From f703403f95c008a829488874c1c31ab4afbd21ea Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 17 Dec 2024 12:04:56 +0700 Subject: [PATCH] fix: mypy --- basxbread/utils/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basxbread/utils/links.py b/basxbread/utils/links.py index 42ca102b..7fb345f9 100644 --- a/basxbread/utils/links.py +++ b/basxbread/utils/links.py @@ -96,7 +96,7 @@ def __init__( class Link(NamedTuple): href: Union[str, hg.Lazy] - label: str + label: Union[str, hg.Lazy] iconname: Optional[str] = "fade" permissions: List[str] = [] attributes: dict = {}