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:
Cao Xuan Hoang 2016-08-24 17:01:47 +07:00
parent 3de1713f2d
commit 80c56babc8

View File

@ -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 = [