mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	PEP fix: missing new line
This commit is contained in:
		| @@ -27,4 +27,4 @@ if len(locales) > 0: | |||||||
|     for lang in locales: |     for lang in locales: | ||||||
|         print(" - {l}".format(l=lang)) |         print(" - {l}".format(l=lang)) | ||||||
|  |  | ||||||
| sys.exit(len(locales)) | sys.exit(len(locales)) | ||||||
|   | |||||||
| @@ -28,4 +28,4 @@ print("There are {n} unstaged migration files:".format(n=len(migrations))) | |||||||
| for m in migrations: | for m in migrations: | ||||||
|     print(" - {m}".format(m=m)) |     print(" - {m}".format(m=m)) | ||||||
|  |  | ||||||
| sys.exit(len(migrations)) | sys.exit(len(migrations)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user