mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
formatting fixes
This commit is contained in:
parent
fb7e442a06
commit
cef876b339
1 changed files with 4 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ from .creator_plugins import (
|
|||
if typing.TYPE_CHECKING:
|
||||
from ayon_core.host import HostBase, IPublishHost
|
||||
from ayon_core.lib import AbstractAttrDef
|
||||
from ayon_core.lib.events import EventCallback
|
||||
from ayon_core.lib.events import EventCallback, Event
|
||||
|
||||
from .structures import CreatedInstance
|
||||
from .creator_plugins import BaseCreator
|
||||
|
|
@ -162,8 +162,8 @@ class CreateContext:
|
|||
context which should be handled by host.
|
||||
|
||||
Args:
|
||||
host (PublishHost): Host implementation which handles implementation and
|
||||
global metadata.
|
||||
host (PublishHost): Host implementation which handles implementation
|
||||
and global metadata.
|
||||
headless (bool): Context is created out of UI (Current not used).
|
||||
reset (bool): Reset context on initialization.
|
||||
discover_publish_plugins (bool): Discover publish plugins during reset
|
||||
|
|
@ -1977,7 +1977,7 @@ class CreateContext:
|
|||
|
||||
def remove_instances(
|
||||
self,
|
||||
instances: list["CreatedInstances"],
|
||||
instances: list["CreatedInstance"],
|
||||
sender: Optional[str] = None,
|
||||
) -> None:
|
||||
"""Remove instances from context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue