Skip to content
Snippets Groups Projects
Commit c2044cea authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

cq: Plugin helpers: Remove unnecessary ignore comment

parent d9f3255f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class GajimPluginActivateException(Exception):
def get_builder(file_name: str, widgets: list[str] | None = None) -> Builder:
return Builder(file_name,
widgets, # pyright: ignore
widgets,
domain=DOMAIN,
gettext_=_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment