mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
Style fixes
This commit is contained in:
parent
03aa9bc9b0
commit
a470181ac6
@ -18,7 +18,7 @@ class SettingsAdmin(ImportExportModelAdmin):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if obj:
|
if obj:
|
||||||
return ['key',]
|
return ['key']
|
||||||
else:
|
else:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ class UserSettingsAdmin(ImportExportModelAdmin):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if obj:
|
if obj:
|
||||||
return ['key',]
|
return ['key']
|
||||||
else:
|
else:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user