Skip to content

Commit 37b7cf2

Browse files
Update __init__.py
1 parent c60ea8a commit 37b7cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
from pandas.api.types import is_list_like, is_number
88
import pandas.io.common as com
9-
from pandas.util.testing import assert_frame_equal
9+
from pandas.testing import assert_frame_equal
1010

1111
PANDAS_VERSION = LooseVersion(pd.__version__)
1212

0 commit comments

Comments
 (0)