Fix: Autopep8

This commit is contained in:
2024-10-21 20:45:58 -05:00
parent 23fa2996a6
commit 4ebe44ae45
10 changed files with 137 additions and 113 deletions

View File

@@ -19,7 +19,6 @@ Imports::
>>> today = datetime.date.today()
Install sale::
>>> config = activate_modules(['party', 'sale_payment'])
Create company::

View File

@@ -20,4 +20,5 @@ def load_tests(loader, tests, pattern):
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
finally:
os.chdir(cwd)
return tests
return tests