Skip to content

Commit f703403

Browse files
committed
fix: mypy
1 parent 7a9cbfd commit f703403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basxbread/utils/links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(
9696

9797
class Link(NamedTuple):
9898
href: Union[str, hg.Lazy]
99-
label: str
99+
label: Union[str, hg.Lazy]
100100
iconname: Optional[str] = "fade"
101101
permissions: List[str] = []
102102
attributes: dict = {}

0 commit comments

Comments
 (0)