Skip to content

Commit 2635ad1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy/semanal_typeddict.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
from __future__ import annotations
44

5-
from typing import Collection, Final
5+
from collections.abc import Collection
6+
from typing import Final
67

78
from mypy import errorcodes as codes, message_registry
89
from mypy.errorcodes import ErrorCode

0 commit comments

Comments
 (0)