Fix some pep8 errors
There some pep8 errors outside the main code directory. These files are examined each time we run 'flake8' and the problems therein will surface in these occasions. This patch fixes such problems. Change-Id: If19bbb4d5377549ad5ba5af438b35941ff1c81c0
This commit is contained in:
		@@ -29,6 +29,7 @@ import subprocess
 | 
			
		||||
import sys
 | 
			
		||||
 | 
			
		||||
import openstackdocstheme  # noqa
 | 
			
		||||
from senlin.version import version_info
 | 
			
		||||
 | 
			
		||||
extensions = [
 | 
			
		||||
    'os_api_ref',
 | 
			
		||||
@@ -70,7 +71,6 @@ copyright = u'2015-present, OpenStack Foundation'
 | 
			
		||||
# |version| and |release|, also used in various other places throughout the
 | 
			
		||||
# built documents.
 | 
			
		||||
#
 | 
			
		||||
from senlin.version import version_info
 | 
			
		||||
# The full version, including alpha/beta/rc tags.
 | 
			
		||||
release = version_info.release_string()
 | 
			
		||||
# The short X.Y version.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user