Skip to content

Commit 1dab146

Browse files
committed
solve PEP8 errors
1 parent bc79513 commit 1dab146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ def combine(self, other, func, fill_value=None):
25862586
if is_categorical_dtype(self.values):
25872587
pass
25882588
elif is_extension_array_dtype(self.values):
2589-
if len(new_values)>0:
2589+
if len(new_values) > 0:
25902590
if not is_bool(new_values[0]):
25912591
# The function can return something of any type, so check
25922592
# if the type is compatible with the calling EA.

0 commit comments

Comments
 (0)