Skip to content

Commit b00ec4a

Browse files
authored
Update test_deprecate_nonkeyword_args.py
Remove unused import
1 parent e0a3529 commit b00ec4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/util/test_deprecate_nonkeyword_args.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Tests for the `deprecate_nonkeyword_args ` decorator.
33
"""
44

5-
import pytest
6-
75
from pandas.util._decorators import deprecate_nonkeyword_args
86

97
import pandas.util.testing as tm

0 commit comments

Comments
 (0)