Skip to content

Commit

Permalink
Fix mypy errors for pandas\tests\series\test_operators.py (pandas-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturnFromTitan authored and proost committed Dec 19, 2019
1 parent bb8cfcc commit 102507b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
base.IndexOpsMixin.hasnans.func, doc=base.IndexOpsMixin.hasnans.__doc__
)
_data: SingleBlockManager
div: Callable[["Series", Any], "Series"]
rdiv: Callable[["Series", Any], "Series"]

# ----------------------------------------------------------------------
# Constructors
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,3 @@ ignore_errors=True

[mypy-pandas.tests.scalar.period.test_period]
ignore_errors=True

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

0 comments on commit 102507b

Please sign in to comment.