]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/tests/helper.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / tests / helper.py
index 9ec043d6bec6924d5edfae57a8a067967153da11..e71133a108b73069fc128680127ef453ad195bac 100644 (file)
@@ -2,7 +2,7 @@
 from __future__ import absolute_import
 
 try:
-    from typing import Dict, Any  # pylint: disable=unused-import
+    from typing import Any, Dict
 except ImportError:
     pass