Skip to content

Commit a05910a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 54a19bc commit a05910a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

example/example/asgi.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/
88
"""
99

10-
1110
import os
1211

1312
from django.core.asgi import get_asgi_application

example/example/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
https://docs.djangoproject.com/en/3.2/ref/settings/
1111
"""
1212

13-
1413
from pathlib import Path
1514

1615
# Build paths inside the project like this: BASE_DIR / 'subdir'.

example/example/wsgi.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
88
"""
99

10-
1110
import os
1211

1312
from django.core.wsgi import get_wsgi_application

0 commit comments

Comments
 (0)