Skip to content

Fix Type Annotation in pandas.compat #26251

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

Closed
gwrome opened this issue Apr 30, 2019 · 0 comments · Fixed by #26252
Closed

Fix Type Annotation in pandas.compat #26251

gwrome opened this issue Apr 30, 2019 · 0 comments · Fixed by #26252
Labels
Typing type annotations, mypy/pyright type checking
Milestone

Comments

@gwrome
Copy link
Contributor

gwrome commented Apr 30, 2019

Part of #25882

Type annotations for the following file need to be corrected to remove pandas.compat from the mypy blacklist.

Mypy throws the following error:

pandas/compat/__init__.py:81: error: Module has no attribute "re"

PR to follow.

@WillAyd WillAyd added the Typing type annotations, mypy/pyright type checking label May 1, 2019
@jreback jreback added this to the 0.25.0 milestone May 1, 2019
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 a pull request may close this issue.

3 participants