From 806ef8a1c513a52f50604ba223434d36a654eb81 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 --- 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 6e267f02bca3c..3f29b175d8710 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.39.5