Skip to content

Commit 07a561c

Browse files
committed
Linting
1 parent b874eed commit 07a561c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/categorical/test_algos.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def ordered(request):
1616
"""Boolean 'ordered' parameter for Categorical."""
1717
return request.param
1818

19+
1920
@pytest.mark.parametrize('ordered', [True, False])
2021
@pytest.mark.parametrize('categories', [
2122
['b', 'a', 'c'],

0 commit comments

Comments
 (0)