8000 REF: De-duplicate pieces of datetimelike arithmetic by jbrockmendel · Pull Request #23166 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

REF: De-duplicate pieces of datetimelike arithmetic #23166

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

Closed
wants to merge 7 commits into from
Prev Previous commit
Merge branch 'master' of https://github.com/pandas-dev/pandas into dl…
…ike_dedup2
  • Loading branch information
jbrockmendel committed Oct 15, 2018
commit fd28157ce4a935004a3e4440fba0581d2e63433c
3 changes: 1 addition & 2 deletions pandas/tests/indexes/timedeltas/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import pandas as pd
import pandas.util.testing as tm
from pandas import (Series, Timedelta, Timestamp, TimedeltaIndex,
timedelta_range,
_np_version_under1p10)
timedelta_range, to_timedelta)
from pandas.tests.test_base import Ops
from pandas.tseries.offsets import Day, Hour
from pandas.core.dtypes.generic import ABCDateOffset
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0