Fix: Autopep8
This commit is contained in:
@@ -19,7 +19,6 @@ Imports::
|
||||
>>> today = datetime.date.today()
|
||||
|
||||
Install sale::
|
||||
|
||||
>>> config = activate_modules(['party', 'sale_payment'])
|
||||
|
||||
Create company::
|
||||
|
||||
@@ -20,4 +20,5 @@ def load_tests(loader, tests, pattern):
|
||||
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
return tests
|
||||
|
||||
return tests
|
||||
|
||||
Reference in New Issue
Block a user