Skip to content

Followup Cleanup DTI test_arithmetic, ASV #19149

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 12 commits into from
Jan 10, 2018
Prev Previous commit
Next Next commit
remove unnecesary
  • Loading branch information
jbrockmendel committed Jan 10, 2018
commit 39bd287fca530d317a6a1d75363717a86cdbe0fa
1 change: 0 additions & 1 deletion pandas/tests/indexes/datetimes/test_arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ def test_dt64_with_DateOffsets(klass, assert_func, normalize, cls_name):
# the offset constructor
cls_name, kwargs = cls_name
else:
cls_name = cls_name
kwargs = {}

with warnings.catch_warnings(record=True):
Expand Down