Skip to content

Commit

Permalink
fix: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Dec 17, 2024
1 parent 7a9cbfd commit f703403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basxbread/utils/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit f703403

Please sign in to comment.