mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🐶 fix ruff
This commit is contained in:
parent
ae9c6d4218
commit
0508b841d0
2 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ if TYPE_CHECKING:
|
|||
|
||||
TRAIT_INSTANCE_KEY: str = "representations_with_traits"
|
||||
|
||||
|
||||
def get_template_name_profiles(
|
||||
project_name, project_settings=None, logger=None
|
||||
):
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ from __future__ import annotations
|
|||
|
||||
from typing import TYPE_CHECKING, Optional
|
||||
|
||||
import pyblish.api
|
||||
from clique import assemble
|
||||
|
||||
from ayon_core.addon import AddonsManager, ITraits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue