From: Patrick Seidensal Date: Mon, 22 Feb 2021 15:45:40 +0000 (+0100) Subject: mgr/prometheus: fix import failure (flake8) X-Git-Tag: v16.2.0~106^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=71289db1dd4dbcb2edc677a36f33c2b61eccaf6d;p=ceph.git mgr/prometheus: fix import failure (flake8) Signed-off-by: Patrick Seidensal (cherry picked from commit 806ef8a1c513a52f50604ba223434d36a654eb81) --- diff --git a/src/pybind/mgr/prometheus/module.py b/src/pybind/mgr/prometheus/module.py index acd5913a57be..f009cb317bd9 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