Skip to content

Commit 262bb4a

Browse files
committed
Fix typing
1 parent 6c7489d commit 262bb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flox/aggregations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def _initialize_aggregation(
609609
else:
610610
agg.min_count = 0
611611

612-
simple_combine: list[Callable] = []
612+
simple_combine: list[Callable | None] = []
613613
for combine in agg.combine:
614614
if isinstance(combine, str):
615615
if combine in ["nanfirst", "nanlast"]:

0 commit comments

Comments
 (0)