Skip to content

Commit c9b4152

Browse files
committed
TST: missing import of nose in test_tseries.py
1 parent 3849d5d commit c9b4152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/test_tseries.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
import nose
23
from numpy import nan
34
import numpy as np
45
from pandas import Index, isnull, Timestamp

0 commit comments

Comments
 (0)