Skip to content

Commit a5b2103

Browse files
committed
Import pandas._testing instead of pandas.util.testing
1 parent 76c9698 commit a5b2103

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)