Skip to content

Commit f72568f

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debug_toolbar/store.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import json
33
import logging
44
from collections import defaultdict, deque
5-
from typing import Any, Dict, Iterable
5+
from collections.abc import Iterable
6+
from typing import Any, Dict
67

78
from django.core.serializers.json import DjangoJSONEncoder
89
from django.utils.encoding import force_str

0 commit comments

Comments
 (0)