Skip to content

Commit

Permalink
chore: Apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed May 16, 2024
1 parent b016af5 commit d7a4d0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modeltranslation/tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,4 @@ def _get_database_config():

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

TEST_NON_SERIALIZED_APPS = (
"django.contrib.auth",
)
TEST_NON_SERIALIZED_APPS = ("django.contrib.auth",)

0 comments on commit d7a4d0b

Please sign in to comment.