mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
general linting fixes
This commit is contained in:
@ -28,4 +28,4 @@ print("There are {n} unstaged migration files:".format(n=len(migrations)))
|
||||
for m in migrations:
|
||||
print(" - {m}".format(m=m))
|
||||
|
||||
sys.exit(len(migrations))
|
||||
sys.exit(len(migrations))
|
||||
|
Reference in New Issue
Block a user