Skip to content

Commit

Permalink
Reformat code with black 24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Jan 30, 2024
1 parent 231c699 commit 2118c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.1/ref/settings/
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions demo/settings/docker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Django settings for firebase-push demo project running in docker.
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions demo/settings/native.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Django settings for firebase-push development project running on the host.
"""

import os
from pathlib import Path

Expand Down
1 change: 1 addition & 0 deletions demo/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.conf import settings
from django.contrib import admin
from django.urls import path
Expand Down

0 comments on commit 2118c19

Please sign in to comment.