mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Run black
This commit is contained in:
@@ -9,11 +9,7 @@ class DriverConfigurationAdmin(SingletonModelAdmin):
|
||||
fieldsets = (
|
||||
(
|
||||
"General configuration",
|
||||
{
|
||||
"fields": (
|
||||
"enabled",
|
||||
)
|
||||
},
|
||||
{"fields": ("enabled",)},
|
||||
),
|
||||
(
|
||||
"Remote DCC-EX configuration",
|
||||
|
Reference in New Issue
Block a user