We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e546020 commit 2f5e9a8Copy full SHA for 2f5e9a8
pandas/tests/scalar/test_timestamp.py
@@ -25,7 +25,7 @@
25
26
from pandas.compat import long, PY3
27
from pandas.compat.numpy import np_datetime64_compat
28
-from pandas import Timestamp, Period, Timedelta, NaT
+from pandas import Timestamp, Period, Timedelta, NaT, date_range
29
30
31
class TestTimestampArithmetic(object):
0 commit comments