Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 9, 2025
1 parent 8787524 commit f72568f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debug_toolbar/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import json
import logging
from collections import defaultdict, deque
from typing import Any, Dict, Iterable
from collections.abc import Iterable
from typing import Any, Dict

from django.core.serializers.json import DjangoJSONEncoder
from django.utils.encoding import force_str
Expand Down

0 comments on commit f72568f

Please sign in to comment.