mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix imports
This commit is contained in:
parent
ec510ab149
commit
7a5d6ae77e
1 changed files with 1 additions and 3 deletions
|
|
@ -13,9 +13,8 @@ Todos:
|
|||
"""
|
||||
|
||||
import os
|
||||
from dataclasses import dataclass, field, fields
|
||||
import tempfile
|
||||
from typing import Dict, Any, List, Tuple, Optional
|
||||
from typing import List, Optional
|
||||
|
||||
import pyblish.api
|
||||
from ayon_core.lib import (
|
||||
|
|
@ -25,7 +24,6 @@ from ayon_core.lib import (
|
|||
|
||||
run_subprocess,
|
||||
get_rescaled_command_arguments,
|
||||
filter_profiles,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue