PEP8 issues fixed
1. Have a better indent in doc/source/conf.py 2. Fix an import issue Change-Id: I5811c195157706d2a85c0fd47666e67f94b2c558
This commit is contained in:
parent
c94ca0e298
commit
93b5997843
@ -15,6 +15,9 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
import swiftclient
|
||||
|
||||
|
||||
# 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
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
@ -25,7 +28,6 @@ ROOT = os.path.abspath(os.path.join(BASE_DIR, "..", ".."))
|
||||
|
||||
sys.path.insert(0, ROOT)
|
||||
|
||||
import swiftclient
|
||||
|
||||
# -- General configuration ----------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user