Skip to content

Commit

Permalink
f plugin.example type-hints: ignore arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jun 12, 2023
1 parent 2bd5271 commit 889f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ def __init__(
owner: bool = False,
repeat: int = 1,
re: bool = False,
ignore: Optional[List[str]] = None,
ignore: Optional[Union[str, List[str]]] = None,
user_help: bool = False,
online: bool = False,
vcr: bool = False,
Expand Down

0 comments on commit 889f81a

Please sign in to comment.