2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2020-10-04 00:43:02 +10:00
parent 1ded9e1fc0
commit c09b4980ad
4 changed files with 9 additions and 8 deletions

View File

@ -87,4 +87,4 @@ class RuleSetModelTest(TestCase):
if len(missing_models) > 0:
print("WARNING: The following database models are not covered by the define RuleSet permissions:")
for m in missing_models:
print("-", m)
print("-", m)