Skip to content

Commit 9666acd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ecd70e5 commit 9666acd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django-stubs/middleware/csp.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from django.utils.csp import CSP as CSP
21
from typing import TYPE_CHECKING
32

3+
from django.utils.csp import CSP as CSP
4+
45
if TYPE_CHECKING:
56
from django.http import HttpRequest, HttpResponse
67
from django.utils.deprecation import MiddlewareMixin

0 commit comments

Comments
 (0)