Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
style: pre-commit autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 19, 2023
1 parent 4e89aac commit acecba9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discatcore/utils/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ def __init__(self, name: str, parent: Dispatcher) -> None:
# setters/decorators

def set_proto(
self, proto_func: t.Union[Func[t.Any], staticmethod[..., t.Any]], *, force_parent: bool = False
self,
proto_func: t.Union[Func[t.Any], staticmethod[..., t.Any]],
*,
force_parent: bool = False,
) -> None:
"""Sets the prototype for this event.
Expand Down

0 comments on commit acecba9

Please sign in to comment.