Skip to content
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

CLN: fix mypy error pandas/tests/plotting/test_backend.py #29016

Merged

Conversation

saska
Copy link
Contributor

@saska saska commented Oct 15, 2019

GH28926, mypy didn't like setting non-existant attribute on module.
Dummy function, circumvented with __setattr__

GH28926, mypy didn't like setting non-existant attribute on module.
Dummy function, circumvented with __setattr__
@simonjayhawkins simonjayhawkins added the Typing type annotations, mypy/pyright type checking label Oct 16, 2019
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@saskakarsi Thanks for the PR. minor change, also can you merge master

pandas/tests/plotting/test_backend.py Outdated Show resolved Hide resolved
@simonjayhawkins simonjayhawkins added this to the 1.0 milestone Oct 16, 2019
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

@WillAyd
Copy link
Member

WillAyd commented Oct 16, 2019

@TomAugspurger mind taking a look at this one?

@TomAugspurger TomAugspurger merged commit 30a0e2e into pandas-dev:master Oct 16, 2019
@TomAugspurger
Copy link
Contributor

Thanks!

proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
…#29016)

* CLN: fix mypy error pandas/tests/plotting/test_backend.py

GH28926, mypy didn't like setting non-existant attribute on module.
Dummy function, circumvented with __setattr__
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
…#29016)

* CLN: fix mypy error pandas/tests/plotting/test_backend.py

GH28926, mypy didn't like setting non-existant attribute on module.
Dummy function, circumvented with __setattr__
bongolegend pushed a commit to bongolegend/pandas that referenced this pull request Jan 1, 2020
…#29016)

* CLN: fix mypy error pandas/tests/plotting/test_backend.py

GH28926, mypy didn't like setting non-existant attribute on module.
Dummy function, circumvented with __setattr__
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.

4 participants