mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Style fixes
This commit is contained in:
		| @@ -18,7 +18,7 @@ class SettingsAdmin(ImportExportModelAdmin): | ||||
|         """ | ||||
|  | ||||
|         if obj: | ||||
|             return ['key',] | ||||
|             return ['key'] | ||||
|         else: | ||||
|             return [] | ||||
|  | ||||
| @@ -33,7 +33,7 @@ class UserSettingsAdmin(ImportExportModelAdmin): | ||||
|         """ | ||||
|  | ||||
|         if obj: | ||||
|             return ['key',] | ||||
|             return ['key'] | ||||
|         else: | ||||
|             return [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user