From: Josh Durgin Date: Sat, 1 Feb 2020 23:16:53 +0000 (-0500) Subject: mgr/pg_autoscaler: remove unused imports X-Git-Tag: v15.1.1~489^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=63f2a06568cbaf9d3dfed2ec017d41308bcb21d2;p=ceph.git mgr/pg_autoscaler: remove unused imports Signed-off-by: Josh Durgin --- diff --git a/src/pybind/mgr/pg_autoscaler/module.py b/src/pybind/mgr/pg_autoscaler/module.py index 70f6a972c521..a3668532ed28 100644 --- a/src/pybind/mgr/pg_autoscaler/module.py +++ b/src/pybind/mgr/pg_autoscaler/module.py @@ -2,14 +2,12 @@ Automatically scale pg_num based on how much data is stored in each pool. """ -import errno import json import mgr_util import threading import uuid from six import itervalues, iteritems -from collections import defaultdict -from prettytable import PrettyTable, PLAIN_COLUMNS +from prettytable import PrettyTable from mgr_module import MgrModule """