]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/pg_autoscaler: remove unused imports
authorJosh Durgin <jdurgin@redhat.com>
Sat, 1 Feb 2020 23:16:53 +0000 (18:16 -0500)
committerKefu Chai <kchai@redhat.com>
Mon, 10 Feb 2020 02:08:36 +0000 (10:08 +0800)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/pybind/mgr/pg_autoscaler/module.py

index 70f6a972c521c1b663e5b0278fe2acc5357e2b68..a3668532ed28b8e6e5d1e02ceab55b5f4d991659 100644 (file)
@@ -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
 
 """