File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ class TestMsgpack():
795795
796796 @classmethod
797797 def setup_class (cls ):
798- from pandas .io . tests .generate_legacy_storage_files import (
798+ from pandas .tests . io .generate_legacy_storage_files import (
799799 create_msgpack_data , create_data )
800800 cls .data = create_msgpack_data ()
801801 cls .all_data = create_data ()
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class TestPickle():
3333
3434 @classmethod
3535 def setup_class (cls ):
36- from pandas .io . tests .generate_legacy_storage_files import (
36+ from pandas .tests . io .generate_legacy_storage_files import (
3737 create_pickle_data )
3838 cls .data = create_pickle_data ()
3939 cls .path = u ('__%s__.pickle' % tm .rands (10 ))
You can’t perform that action at this time.
0 commit comments