Skip to content

Commit 0ab6608

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

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 Dict, Final, List, Optional, Tuple, Union, cast
16+
from typing import Dict, Final, List, Optional, Tuple, Union
1717
from typing_extensions import TypeAlias as _TypeAlias
1818

1919
from mypy import pyinfo

0 commit comments

Comments
 (0)