Skip to content

Commit d41ff6d

Browse files
committed
Trying something
1 parent 677ebcf commit d41ff6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malariagen_data/anoph/frq_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def plot_frequencies_interactive_map(
538538
ds: frq_params.ds_frequencies_advanced,
539539
center: map_params.center = map_params.center_default,
540540
zoom: map_params.zoom = map_params.zoom_default,
541-
title: Union[bool, str] = True,
541+
title: Optional[Union[bool, str]] = True,
542542
epilogue: Union[bool, str] = True,
543543
):
544544
import ipyleaflet

0 commit comments

Comments
 (0)