From 71289db1dd4dbcb2edc677a36f33c2b61eccaf6d Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Mon, 22 Feb 2021 16:45:40 +0100 Subject: [PATCH] mgr/prometheus: fix import failure (flake8) Signed-off-by: Patrick Seidensal (cherry picked from commit 806ef8a1c513a52f50604ba223434d36a654eb81) --- src/pybind/mgr/prometheus/module.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3