From: Patrick Seidensal Date: Mon, 22 Feb 2021 15:45:40 +0000 (+0100) Subject: mgr/prometheus: fix import failure (flake8) X-Git-Tag: v17.1.0~2623^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=806ef8a1c513a52f50604ba223434d36a654eb81;p=ceph.git mgr/prometheus: fix import failure (flake8) Signed-off-by: Patrick Seidensal --- diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index 6e267f02bca3..3f29b175d871 100644 --- a/src/pybind/mgr/prometheus/module.py +++ b/src/pybind/mgr/prometheus/module.py @@ -2,7 +2,6 @@ import cherrypy from collections import defaultdict from distutils.version import StrictVersion import json -from collections import defaultdict import errno import math import os