Skip to content

TYP: check_untyped_defs core.computation.pytables #36920

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

Conversation

simonjayhawkins
Copy link
Member

pandas\core\computation\pytables.py:46: error: Argument 1 to "new" of "object" has incompatible type "object"; expected "Type[object]" [arg-type]
pandas\core\computation\pytables.py:189: error: Incompatible types in assignment (expression has type "Callable[[Any, int, Union[Mapping[str, str], Iterable[str], None], bool, bool, Optional[int]], str]", variable has type "partial[bytes]") [assignment]
pandas\core\computation\pytables.py:262: error: Incompatible types in assignment (expression has type "Tuple[Any, ...]", variable has type "Optional[Tuple[Any, Any, Index]]") [assignment]
pandas\core\computation\pytables.py:351: error: Incompatible types in assignment (expression has type "str", variable has type "None") [assignment]
pandas\core\computation\pytables.py:357: error: Incompatible types in assignment (expression has type "str", variable has type "None") [assignment]
pandas\core\computation\pytables.py:364: error: Incompatible types in assignment (expression has type "str", variable has type "None") [assignment]

@simonjayhawkins simonjayhawkins added the Typing type annotations, mypy/pyright type checking label Oct 6, 2020
@simonjayhawkins simonjayhawkins added this to the 1.2 milestone Oct 6, 2020
@jreback jreback merged commit 032ed84 into pandas-dev:master Oct 6, 2020
@simonjayhawkins simonjayhawkins deleted the core.computation.pytables branch October 6, 2020 19:23
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.

2 participants