From 09fd1361706ce681f5094a38fb2867a873f9624f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:50:47 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- debunkbot/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/debunkbot/urls.py b/debunkbot/urls.py index a2ad7fd..f21856d 100644 --- a/debunkbot/urls.py +++ b/debunkbot/urls.py @@ -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.contrib import admin from django.contrib.auth import views as auth_views from django.urls import path