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
63b69a9154
commit
0f7921741d
1 changed files with 0 additions and 4 deletions
|
|
@ -11,8 +11,6 @@ import ayon_api
|
|||
|
||||
from ayon_core.lib import emit_event
|
||||
|
||||
from .interfaces import IWorkfileHost
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
from ayon_core.pipeline import Anatomy
|
||||
|
||||
|
|
@ -319,8 +317,6 @@ class HostBase(ABC):
|
|||
anatomy (Anatomy): Project anatomy.
|
||||
|
||||
"""
|
||||
from ayon_core.pipeline.workfile import get_workdir
|
||||
|
||||
project_name = self.get_current_project_name()
|
||||
folder_path = None
|
||||
task_name = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue