chore: Apply ruff format

This commit is contained in:
Serhii Tereshchenko 2024-05-16 12:23:19 +03:00
parent b016af5d4a
commit d7a4d0b841

View file

@ -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",)