mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-04-17 19:52:19 +03:00
HookSystem: Fix typhint
This commit is contained in:
parent
244102c291
commit
dd8b20ede0
@ -45,7 +45,7 @@ class HookSystem:
|
||||
self.hooks_deleted.remove(hook)
|
||||
|
||||
@check_int
|
||||
def notify_inserted(self, operation_id: int | None) -> None:
|
||||
def notify_inserted(self, operation_id: int) -> None:
|
||||
self._notify(operation_id, self.hooks_inserted)
|
||||
|
||||
@check_int
|
||||
|
Loading…
x
Reference in New Issue
Block a user