mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove unused imports
This commit is contained in:
parent
8d37f49953
commit
a5e46436d1
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ from ayon_core.pipeline import (
|
|||
Anatomy
|
||||
)
|
||||
from ayon_core.pipeline.plugin_discover import DiscoverResult
|
||||
from ayon_core.pipeline.template_data import get_template_data_with_names
|
||||
from .constants import (
|
||||
DEFAULT_PUBLISH_TEMPLATE,
|
||||
DEFAULT_HERO_PUBLISH_TEMPLATE,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from operator import attrgetter
|
||||
import dataclasses
|
||||
import os
|
||||
from typing import Optional, Dict
|
||||
from typing import Dict
|
||||
|
||||
import pyblish.api
|
||||
from pxr import Sdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue