Skip to content

Commit

Permalink
update type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Sep 20, 2024
1 parent 766a730 commit 2a0e16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climate_emotions_map/make_descriptive_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def make_descriptive_plots(
state: str | None = None,
margins: dict | None = None,
text_wrap_width: int = 14,
colors: list[str] = None,
colors: list[str] | None = None,
decimals: int = 1,
) -> go.Figure:
"""Make the sample descriptive plots
Expand Down

0 comments on commit 2a0e16c

Please sign in to comment.