Remove unused logging import

Change-Id: I801b5a4991e2678ea45c99b836638b05e842e003
This commit is contained in:
Anh Tran 2017-02-20 11:25:49 +07:00
parent 667d6cd6e3
commit 61a80c47a7

View File

@ -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):