Skip to content

Commit aead3d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9cc86ff commit aead3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debug_toolbar/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import sys
77
import warnings
88
from pprint import PrettyPrinter, pformat
9-
from typing import Any, Dict, List, Optional, Sequence, Tuple, Union
9+
from typing import Any, Sequence
1010

1111
from asgiref.local import Local
1212
from django.http import QueryDict

tests/test_csp_rendering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Dict, cast
3+
from typing import cast
44
from xml.etree.ElementTree import Element
55

66
from django.conf import settings

0 commit comments

Comments
 (0)