mirror of
https://github.com/norohind/jubilant-system-core.git
synced 2025-06-14 22:12:05 +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)
|
self.hooks_deleted.remove(hook)
|
||||||
|
|
||||||
@check_int
|
@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)
|
self._notify(operation_id, self.hooks_inserted)
|
||||||
|
|
||||||
@check_int
|
@check_int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user