Skip to content

Commit 5e73cd7

Browse files
authored
Removes unused mypy.errors import from stubgen (#11042)
That's the last unsued import I found. Related #11041
1 parent eb198f4 commit 5e73cd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/stubgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060

6161
import mypy.build
6262
import mypy.parse
63-
import mypy.errors
6463
import mypy.traverser
6564
import mypy.mixedtraverser
6665
import mypy.util

0 commit comments

Comments
 (0)