Fix PEP8 issues

This commit is contained in:
Brian May
2016-04-30 18:08:46 +10:00
parent e73e797f33
commit f3cbc5018a
6 changed files with 13 additions and 9 deletions

View File

@ -15,6 +15,7 @@
# import sys
# import os
from setuptools_scm import get_version
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@ -54,7 +55,6 @@ copyright = '2016, Brian May'
# built documents.
#
# The short X.Y version.
from setuptools_scm import get_version
version = get_version(root="..")
# The full version, including alpha/beta/rc tags.
release = version