Skip to content

Conversation

evhub
Copy link
Contributor

@evhub evhub commented Feb 28, 2018

Resolves #4638/#4640.

mypy/stubgen.py Outdated
from mypy.stubutil import is_c_module, write_header
from mypy.options import Options as MypyOptions
from mypy.types import Type, TypeStrVisitor, AnyType, CallableType, UnboundType, NoneTyp, TupleType
from mypy.types import Type, TypeStrVisitor, AnyType, CallableType, UnboundType, NoneTyp, TupleType, TypeList
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is too long. You probably should use a multi-line import.

@emmatyping
Copy link
Member

@evhub thanks for working on this. Could you add some tests please? Definitely any minimal reproductions in the original issues, but also just a few common/more complex example tests of what was broken/solved. Thanks again!

Copy link
Member

@emmatyping emmatyping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@gvanrossum gvanrossum merged commit 4b82636 into python:master Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants