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 Jan 1, 2025
1 parent 97406a0 commit 2635ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy/semanal_typeddict.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from __future__ import annotations

from typing import Collection, Final
from collections.abc import Collection
from typing import Final

from mypy import errorcodes as codes, message_registry
from mypy.errorcodes import ErrorCode
Expand Down

0 comments on commit 2635ad1

Please sign in to comment.