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():
795
795
796
796
@classmethod
797
797
def setup_class (cls ):
798
- from pandas .io . tests .generate_legacy_storage_files import (
798
+ from pandas .tests . io .generate_legacy_storage_files import (
799
799
create_msgpack_data , create_data )
800
800
cls .data = create_msgpack_data ()
801
801
cls .all_data = create_data ()
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class TestPickle():
33
33
34
34
@classmethod
35
35
def setup_class (cls ):
36
- from pandas .io . tests .generate_legacy_storage_files import (
36
+ from pandas .tests . io .generate_legacy_storage_files import (
37
37
create_pickle_data )
38
38
cls .data = create_pickle_data ()
39
39
cls .path = u ('__%s__.pickle' % tm .rands (10 ))
You can’t perform that action at this time.
0 commit comments