We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd9cf7 commit 0ab6608Copy full SHA for 0ab6608
mypy/modulefinder.py
@@ -13,7 +13,7 @@
13
import subprocess
14
import sys
15
from enum import Enum, unique
16
-from typing import Dict, Final, List, Optional, Tuple, Union, cast
+from typing import Dict, Final, List, Optional, Tuple, Union
17
from typing_extensions import TypeAlias as _TypeAlias
18
19
from mypy import pyinfo
0 commit comments