We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a3529 commit b00ec4aCopy full SHA for b00ec4a
pandas/tests/util/test_deprecate_nonkeyword_args.py
@@ -2,8 +2,6 @@
2
Tests for the `deprecate_nonkeyword_args ` decorator.
3
"""
4
5
-import pytest
6
-
7
from pandas.util._decorators import deprecate_nonkeyword_args
8
9
import pandas.util.testing as tm
0 commit comments