Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com 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 Apr 29, 2024
1 parent 645f987 commit d6db848
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion example/example/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/
"""


import os

from django.core.asgi import get_asgi_application
Expand Down
1 change: 0 additions & 1 deletion example/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
https://docs.djangoproject.com/en/3.2/ref/settings/
"""


from pathlib import Path

# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand Down
1 change: 0 additions & 1 deletion example/example/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
"""


import os

from django.core.wsgi import get_wsgi_application
Expand Down

0 comments on commit d6db848

Please sign in to comment.