Skip to content

Commit 7a0adba

Browse files
committed
Merge pull request #3855 from jtratner/patch-1
TST: Fix missing import in io/tests/test_json
2 parents a7f37d4 + c3d20cb commit 7a0adba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/tests/test_json/test_pandas.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import os
99
import unittest
1010

11+
import nose
1112
import numpy as np
1213

1314
from pandas import Series, DataFrame, DatetimeIndex, Timestamp

0 commit comments

Comments
 (0)