Skip to content

Commit

Permalink
visualize_matplotlib: fix type hint for rc_par_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Nov 25, 2023
1 parent e5e35b4 commit 56b5868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuibit/visualize_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@


def setup_matplotlib(
params: Optional[Dict[str, Any]] = None, rc_par_file: str = None
params: Optional[Dict[str, Any]] = None, rc_par_file: Optional[str] = None
) -> None:
"""Setup matplotlib with some reasonable defaults for better plots.
Expand Down

0 comments on commit 56b5868

Please sign in to comment.