Skip to content

TYP: check_untyped_defs core.internals.concat #36008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

simonjayhawkins
Copy link
Member

pandas\core\internals\concat.py:106: error: Incompatible types in assignment (expression has type "Tuple[Any, ...]", variable has type "List[Any]") [assignment]
pandas\core\internals\concat.py:131: error: Incompatible types in assignment (expression has type "Tuple[Any, ...]", variable has type "List[Any]") [assignment]
pandas\core\internals\concat.py:377: error: Need type annotation for 'upcast_classes' [var-annotated]
pandas\core\internals\concat.py:378: error: Need type annotation for 'null_upcast_classes' [var-annotated]

@simonjayhawkins simonjayhawkins added the Typing type annotations, mypy/pyright type checking label Aug 31, 2020
@jbrockmendel
Copy link
Member

LGTM

@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Aug 31, 2020
@rhshadrach rhshadrach merged commit a7a7f6c into pandas-dev:master Aug 31, 2020
@rhshadrach
Copy link
Member

Thanks @simonjayhawkins

jbrockmendel pushed a commit to jbrockmendel/pandas that referenced this pull request Aug 31, 2020
@simonjayhawkins simonjayhawkins deleted the core.internals.concat branch September 1, 2020 09:16
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants