mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix whitespace
This commit is contained in:
parent
07c87b2efd
commit
abb3134bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ class TVPaintAutoDetectRenderCreator(TVPaintCreator):
|
|||
group_id: int,
|
||||
groups: list[dict[str, Any]],
|
||||
mark_for_review: bool,
|
||||
existing_instance: Optional[CreatedInstance]=None,
|
||||
existing_instance: Optional[CreatedInstance] = None,
|
||||
) -> Union[CreatedInstance, None]:
|
||||
match_group: Union[dict[str, Any], None] = next(
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue