Updates one line docstring with dot to pass H402

Updates one line docstring with dot to pass H402.
Removes H402 from ignore setting in tox.ini.

Change-Id: Ibb4f16cbb3bb453456b579e0fafbd3f4c4e60aff
This commit is contained in:
Petr Blaho 2014-06-12 15:02:27 +02:00
parent a3ca010d0a
commit 0996c5d016
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ MIGRATION_NAMESPACE = 'oslo.db.migration'
def check_plugin_enabled(ext):
"""Used for EnabledExtensionManager"""
"""Used for EnabledExtensionManager."""
return ext.obj.enabled

View File

@ -45,7 +45,7 @@ commands =
# see https://bugs.launchpad.net/hacking/+bug/1329363
show-source = True
ignore = E123,E125,E128,E265,H305,H307,H402,H405,H703,H803,H904
ignore = E123,E125,E128,E265,H305,H307,H405,H703,H803,H904
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build