[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-01-29 21:06:25 +00:00
parent 40155a0c31
commit cf7dd52ad8
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ https://docs.djangoproject.com/en/3.1/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.1/ref/settings/
"""
import os
from pathlib import Path

View file

@ -13,6 +13,7 @@ Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('checkout/', include('checkout.urls'))
"""
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import include, path