Skip to content

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

@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