From d6bc960c5d6066cd81161c1d24816e6f86204cfb Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Thu, 21 Dec 2017 17:27:18 +0800 Subject: [PATCH] mgr/dashboard: remove redundant python modules re/rados Signed-off-by: Chang Liu --- src/pybind/mgr/dashboard/rgw.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/rgw.py b/src/pybind/mgr/dashboard/rgw.py index 3482163914c..98fd47d230d 100644 --- a/src/pybind/mgr/dashboard/rgw.py +++ b/src/pybind/mgr/dashboard/rgw.py @@ -1,8 +1,6 @@ # -*- code: utf-8 -*- import json -import re -import rados from remote_view_cache import RemoteViewCache import logging -- 2.39.5