Skip to content

Commit 2f5e9a8

Browse files
committed
Fixed missing date_range import
1 parent e546020 commit 2f5e9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/scalar/test_timestamp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from pandas.compat import long, PY3
2727
from pandas.compat.numpy import np_datetime64_compat
28-
from pandas import Timestamp, Period, Timedelta, NaT
28+
from pandas import Timestamp, Period, Timedelta, NaT, date_range
2929

3030

3131
class TestTimestampArithmetic(object):

0 commit comments

Comments
 (0)