TrivialFix: Remove logging import unused
This patch removes logging import unused in keystone/cmd/doctor/__init__.py Change-Id: Iec87e157b7a44a0ab35ddc3f8b1aa4f66330b1be
This commit is contained in:
parent
3de1713f2d
commit
80c56babc8
@ -10,8 +10,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from oslo_log import log
|
||||
|
||||
from keystone.cmd.doctor import caching
|
||||
from keystone.cmd.doctor import database
|
||||
from keystone.cmd.doctor import federation
|
||||
@ -23,7 +21,6 @@ from keystone.i18n import _
|
||||
|
||||
|
||||
CONF = keystone.conf.CONF
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
SYMPTOM_PREFIX = 'symptom_'
|
||||
SYMPTOM_MODULES = [
|
||||
|
Loading…
Reference in New Issue
Block a user