🐶 fix ruff

This commit is contained in:
Ondřej Samohel 2025-05-13 12:20:43 +02:00
parent ae9c6d4218
commit 0508b841d0
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 1 additions and 1 deletions

View file

@ -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
):

View file

@ -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