Skip to content

Commit f9e52cc

Browse files
fix pep8
1 parent 983332e commit f9e52cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ def test_method_on_bytes(self):
34273427

34283428
@pytest.mark.skipif(compat.PY2, reason='not in python2')
34293429
def test_casefold(self):
3430-
#GH25405
3430+
# GH25405
34313431
casefolded = Series(['ss', NA, 'case', 'ssd'])
34323432
s = Series(['ß', NA, 'case', 'ßd'])
34333433
result = s.str.casefold()

0 commit comments

Comments
 (0)