Skip to content

Commit 8eb8561

Browse files
committed
Import pandas._testing instead of pandas.util.testing
1 parent ce2bcc5 commit 8eb8561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/util/test_deprecate_nonkeyword_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from pandas.util._decorators import deprecate_nonkeyword_arguments
88

9-
import pandas.util.testing as tm
9+
import pandas._testing as tm
1010

1111

1212
@deprecate_nonkeyword_arguments(version="1.1", allowed_args=["a", "b"])

0 commit comments

Comments
 (0)