mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +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