From 5b2cbb3a10f8011fbc3d5245801009557404ddc5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 17 Jul 2019 09:35:57 -0500 Subject: [PATCH] mgr/crash: remove unused import 'six' Signed-off-by: Sage Weil --- src/pybind/mgr/crash/module.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5