mgr/pg_autoscaler: remove unused imports

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Josh Durgin 2020-02-01 18:16:53 -05:00 committed by Kefu Chai
parent 37519d26bb
commit 63f2a06568

View 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
"""