mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix post_update and post_remove
This commit is contained in:
parent
3018dd35b6
commit
85ef0fefa4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue