Skip to content

Commit 5520b37

Browse files
committed
PEP8 issue resolved
1 parent baa3363 commit 5520b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ def test_is_scalar_pandas_containers(self):
11841184
assert not is_scalar(Panel([[[1]]]))
11851185
assert not is_scalar(Index([]))
11861186
assert not is_scalar(Index([1]))
1187-
1187+
11881188
def tes_is_scalar_pep_3141(self):
11891189
assert is_scalar(Number())
11901190
assert is_scalar(Fraction())

0 commit comments

Comments
 (0)