Skip to content

Commit ea6c488

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 3181e9b commit ea6c488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mypy_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from itertools import product
1616
from pathlib import Path
1717
from threading import Lock
18-
from typing import NamedTuple
19-
from typing_extensions import Annotated, TypeAlias
18+
from typing import Annotated, NamedTuple
19+
from typing_extensions import TypeAlias
2020

2121
from packaging.requirements import Requirement
2222

0 commit comments

Comments
 (0)