Skip to content

Commit

Permalink
ci: auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent fcfd02a commit b09b0d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/utils/app_1/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = "tests.utils.app_1.apps.App1Config"
1 change: 0 additions & 1 deletion tests/utils/app_2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = "tests.utils.app_2.apps.App2Config"
1 change: 0 additions & 1 deletion tests/utils/moderated_polls/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = "tests.utils.moderated_polls.apps.PollsConfig"
3 changes: 0 additions & 3 deletions tests/utils/versioned_none_moderated_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
default_app_config = (
"tests.utils.versioned_none_moderated_app.apps.VersionedNoneModeratedAppConfig"
)

0 comments on commit b09b0d9

Please sign in to comment.