Fix post_update and post_remove

This commit is contained in:
Roy Nieterau 2025-06-17 21:59:06 +02:00
parent 3018dd35b6
commit 85ef0fefa4

View file

@ -298,6 +298,7 @@ class LoaderHookPlugin:
@abstractmethod
def post_update(
self,
container: dict, # (ayon:container-3.0)
context: dict,
):
@ -312,8 +313,8 @@ class LoaderHookPlugin:
@abstractmethod
def post_remove(
self,
container: dict, # (ayon:container-3.0)
context: dict,
):
pass