Skip to content

Commit 05466a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6491313 commit 05466a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/modulefinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import subprocess
1414
import sys
1515
from enum import Enum, unique
16-
from typing import cast, Dict, Final, List, NamedTuple, Optional, Tuple, Union
16+
from typing import Dict, Final, List, NamedTuple, Optional, Tuple, Union, cast
1717
from typing_extensions import TypeAlias as _TypeAlias
1818

1919
from mypy import pyinfo

0 commit comments

Comments
 (0)