Update for new pep8 rules E402 and W503

Change-Id: I181f396b002d0c3b89579c4fc33c34b1c099953e
This commit is contained in:
Michael Johnson
2017-03-08 11:29:15 -08:00
committed by Ihar Hrachyshka
parent 56eaa21f9f
commit 7fdc8a1e06
46 changed files with 147 additions and 147 deletions

View File

@@ -30,6 +30,7 @@
# sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------
from octavia import version
# If your documentation needs a minimal Sphinx version, state it here.
# needs_sphinx = '1.0'
@@ -63,7 +64,6 @@ copyright = u'2015, Octavia Developers'
# built documents.
#
# The short X.Y version.
from octavia import version
# from octavia.version import version_info as octavia_version
# The full version, including alpha/beta/rc tags.
release = version.version_info.version_string_with_vcs()