Remove unused logging import

Change-Id: I4115c3721a5b931749ba73754d3d5307ca8a5236
This commit is contained in:
Anh Tran
2017-02-20 11:51:23 +07:00
parent cd786d412d
commit 79b13b514d
3 changed files with 0 additions and 11 deletions

View File

@@ -15,16 +15,12 @@
import flask
from oslo_config import cfg
from oslo_log import log as logging
from six.moves.urllib import parse
import time
from stackalytics.dashboard import vault
LOG = logging.getLogger(__name__)
DEFAULTS = {
'review_nth': 5,
}