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] authored and github-actions[bot] committed Nov 25, 2024
1 parent 2be6d69 commit 59eb5c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin_data_views/typing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from typing import Any, Callable, ItemsView, NamedTuple, TypedDict, Union
from collections.abc import ItemsView
from typing import Any, Callable, NamedTuple, TypedDict, Union

try:
from typing import NotRequired
Expand Down

0 comments on commit 59eb5c1

Please sign in to comment.