Skip to content

Commit 2582176

Browse files
committed
fix(types): concrete generics (dict[str,int]/dict[str,str]); fix Text.assemble; mypy green
1 parent 6266655 commit 2582176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff_risk_dashboard/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def bar(n: int) -> str:
8787
w = max(1, round(n / maxc * bar_w))
8888
return "█" * w
8989

90-
title = Text.assemble( # type: ignore[arg-type]
90+
title = Text.assemble(
9191
("Diff Risk Dashboard ", "bold"),
9292
(emoji + " ",),
9393
("— Worst: ", "dim"),

0 commit comments

Comments
 (0)