Skip to content

Commit 681f7e1

Browse files
committed
Noqa test
1 parent 41d86e5 commit 681f7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PKG = os.path.dirname(os.path.dirname(__file__))
1313

1414

15-
def test(extra_args: list[str] | None = None, run_doctests: bool = False) -> None:
15+
def test(extra_args: list[str] | None = None, run_doctests: bool = False) -> None: # noqa: PT028
1616
"""
1717
Run the pandas test suite using pytest.
1818

0 commit comments

Comments
 (0)