Skip to content

Commit 89f824a

Browse files
committed
1 parent b82fc64 commit 89f824a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debug_toolbar/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import os.path
66
import sys
77
import warnings
8+
from collections.abc import Sequence
89
from pprint import PrettyPrinter, pformat
9-
from typing import Any, Sequence
10+
from typing import Any
1011

1112
from asgiref.local import Local
1213
from django.http import QueryDict

0 commit comments

Comments
 (0)