mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Style fixes
This commit is contained in:
parent
03aa9bc9b0
commit
a470181ac6
@ -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 []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user