Skip to content

Commit 6b08c08

Browse files
Jdwashin9Jdwashin9
authored andcommitted
changed my_types back to types in suggestions
1 parent 3ff8f89 commit 6b08c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/suggestions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from mypy.state import state
6161
from mypy.traverser import TraverserVisitor
6262
from mypy.typeops import make_simplified_union
63-
from mypy.my_types import (
63+
from mypy.types import (
6464
AnyType,
6565
CallableType,
6666
FunctionLike,

0 commit comments

Comments
 (0)