Remove unused logging import
Change-Id: I801b5a4991e2678ea45c99b836638b05e842e003
This commit is contained in:
parent
667d6cd6e3
commit
61a80c47a7
@ -1,5 +1,4 @@
|
||||
import json
|
||||
import logging
|
||||
import requests
|
||||
|
||||
from common.domain import Domain
|
||||
@ -36,7 +35,6 @@ permissions and limitations under the License."""
|
||||
|
||||
|
||||
CONF = cfg.CONF
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class KeystoneManager(Manager):
|
||||
|
Loading…
x
Reference in New Issue
Block a user