Skip to content

Commit

Permalink
ugh, typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
stkistner committed Feb 13, 2025
1 parent 6c1cc9f commit 66cff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelskill/plotting/_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def format_skill_table(


def _format_skill_line(
name: str, value: float | int, unit: str, sep: str = (" = ",)
name: str, value: float | int, unit: str, sep: str = " = "
) -> Tuple[str, str, str]:
precision: int = 2
item_unit = " "
Expand Down

0 comments on commit 66cff80

Please sign in to comment.