Skip to content

Commit 0012423

Browse files
committed
add back blank line
1 parent 45f54d6 commit 0012423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/groupby/groupby.py

+1
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ def _resolve_numeric_only(self, numeric_only: bool | lib.NoDefault) -> bool:
11801180

11811181
else:
11821182
numeric_only = False
1183+
11831184
# error: Incompatible return value type (got "Union[bool, NoDefault]",
11841185
# expected "bool")
11851186
return numeric_only # type: ignore[return-value]

0 commit comments

Comments
 (0)