8000 Fix mypy error in pandas/tests.indexes.test_base.py by rushabh-v · Pull Request #29188 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Fix mypy error in pandas/tests.indexes.test_base.py #29188

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 14 commits into from
Nov 27, 2019
Prev Previous commit
Next Next commit
merge branch master into 'master'
  • Loading branch information
rushabh-v authored Nov 18, 2019
commit 27eef1eb4e0e9f7d8c14e600e5d365e19684b2bc
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ ignore_errors=True
ignore_errors=True

[mypy-pandas.tests.series.test_operators]
ignore_errors=True
ignore_errors=True
0