mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
chore: Apply ruff format
This commit is contained in:
parent
b016af5d4a
commit
d7a4d0b841
1 changed files with 1 additions and 3 deletions
|
|
@ -58,6 +58,4 @@ ROOT_URLCONF = "modeltranslation.tests.urls"
|
|||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
TEST_NON_SERIALIZED_APPS = (
|
||||
"django.contrib.auth",
|
||||
)
|
||||
TEST_NON_SERIALIZED_APPS = ("django.contrib.auth",)
|
||||
|
|
|
|||
Loading…
Reference in a new issue