summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/ci
diff options
context:
space:
mode:
authorVolker Theile <vtheile@suse.com>2020-09-30 16:14:10 +0200
committerVolker Theile <vtheile@suse.com>2020-10-01 14:54:45 +0200
commit0c3f9480a5673ab6eb3a0e60b0fae9665dbfe700 (patch)
treef6fb1a720c6274b6e017fd8fd46a5af7e87a05aa /src/pybind/mgr/dashboard/ci
parentmgr/dashboard: update pylint to 2.6.0 (diff)
downloadceph-0c3f9480a5673ab6eb3a0e60b0fae9665dbfe700.tar.xz
ceph-0c3f9480a5673ab6eb3a0e60b0fae9665dbfe700.zip
mgr/dashboard: Add isort to rearrange imports
* Add 'isort' tox environment. * Apply 'isort' fixes. Signed-off-by: Volker Theile <vtheile@suse.com>
Diffstat (limited to 'src/pybind/mgr/dashboard/ci')
-rw-r--r--src/pybind/mgr/dashboard/ci/check_grafana_uids.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pybind/mgr/dashboard/ci/check_grafana_uids.py b/src/pybind/mgr/dashboard/ci/check_grafana_uids.py
index ab27ab66399..f82ddbbc8ba 100644
--- a/src/pybind/mgr/dashboard/ci/check_grafana_uids.py
+++ b/src/pybind/mgr/dashboard/ci/check_grafana_uids.py
@@ -17,7 +17,6 @@ import codecs
import copy
import json
import os
-
from html.parser import HTMLParser