Skip to content

Commit 2118c19

Browse files
author
Ferdinand Hoffmann
committed
Reformat code with black 24.1.1
1 parent 231c699 commit 2118c19

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

demo/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
For the full list of settings and their values, see
88
https://docs.djangoproject.com/en/4.1/ref/settings/
99
"""
10+
1011
import os
1112
from pathlib import Path
1213

demo/settings/docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Django settings for firebase-push demo project running in docker.
33
"""
4+
45
import os
56
from pathlib import Path
67

demo/settings/native.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Django settings for firebase-push development project running on the host.
33
"""
4+
45
import os
56
from pathlib import Path
67

demo/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1. Import the include() function: from django.urls import include, path
1414
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
1515
"""
16+
1617
from django.conf import settings
1718
from django.contrib import admin
1819
from django.urls import path

0 commit comments

Comments
 (0)