Skip to content

Commit f892601

Browse files
committed
Remove broken and unused import
Signed-off-by: Pedro Lacerda <[email protected]>
1 parent eecfc7e commit f892601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
import time
1111

12-
from typing import Any, Dict, List, Mapping, Optional, Tuple, Callable, Type
12+
from typing import Any, Dict, List, Mapping, Optional, Tuple, Callable
1313

1414
import toml # type: ignore
1515

0 commit comments

Comments
 (0)