Skip to content

Commit b299474

Browse files
committed
Delete the unused LOG configure code
Delete the unused LOG configure code and import code Change-Id: I1fb0cacfe44b6a2fd4e4b3f504b6d1dec055c5c4
1 parent 4011649 commit b299474

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

openstackclient/common/commandmanager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@
1515

1616
"""Modify cliff.CommandManager"""
1717

18-
import logging
1918
import pkg_resources
2019

2120
import cliff.commandmanager
2221

2322

24-
LOG = logging.getLogger(__name__)
25-
26-
2723
class CommandManager(cliff.commandmanager.CommandManager):
2824
"""Add additional functionality to cliff.CommandManager
2925

openstackclient/object/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515

1616
"""Object client"""
1717

18-
import logging
19-
2018
from openstackclient.api import object_store_v1
2119
from openstackclient.common import utils
2220

23-
LOG = logging.getLogger(__name__)
24-
2521
DEFAULT_API_VERSION = '1'
2622
API_VERSION_OPTION = 'os_object_api_version'
2723
API_NAME = 'object_store'

0 commit comments

Comments
 (0)