From: Sage Weil Date: Wed, 17 Jul 2019 14:35:57 +0000 (-0500) Subject: mgr/crash: remove unused import 'six' X-Git-Tag: v15.1.0~2091^2~10 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5b2cbb3a10f8011fbc3d5245801009557404ddc5;p=ceph-ci.git mgr/crash: remove unused import 'six' Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/crash/module.py b/src/pybind/mgr/crash/module.py index 12de0f5ba1b..3a81811ef91 100644 --- a/src/pybind/mgr/crash/module.py +++ b/src/pybind/mgr/crash/module.py @@ -2,7 +2,6 @@ from mgr_module import MgrModule import datetime import errno import json -import six from collections import defaultdict from prettytable import PrettyTable from threading import Event