Skip to content

Commit 25d9b5d

Browse files
committed
Revert typing import noise
1 parent 02eec13 commit 25d9b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arcade/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
Sequence,
1919
Tuple,
2020
Union,
21-
TYPE_CHECKING, TypeVar
21+
TYPE_CHECKING,
22+
TypeVar
2223
)
2324
from typing_extensions import Self
2425

0 commit comments

Comments
 (0)