Apply Ruff 2024.2 style changes

This commit is contained in:
Adam Goldsmith 2024-03-02 00:19:42 -05:00
parent 44c85b9257
commit e83c9c0d36
2 changed files with 2 additions and 0 deletions

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('blog/', include('blog.urls'))
"""
from django.conf import settings
from django.contrib import admin
from django.contrib.auth.views import LoginView, LogoutView

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python
"""Django's command-line utility for administrative tasks."""
import os
import sys