Skip to content
Merged
2 changes: 1 addition & 1 deletion mypyc/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import math
import sys
import sysconfig
from typing import Any, Dict, Optional, Tuple
from typing import Any, Dict
from typing_extensions import Final

from mypy.util import unnamed_function
Expand Down