Skip to content

Commit

Permalink
Remove hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Sep 18, 2024
1 parent 13ca949 commit 38efdcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hvicorn/bot/sync_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def __init__(self, nick: str, channel: str, password: Optional[str] = None) -> N
self.users: List[User] = []
self.commands: Dict[str, Callable] = {}
self.optional_features: OptionalFeatures = OptionalFeatures()
self.hooks: HookManager = HookManager()

def _send_model(self, model: BaseModel) -> None:
"""
Expand Down

0 comments on commit 38efdcf

Please sign in to comment.