mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
few fixes
This commit is contained in:
parent
5ae50f5e72
commit
eb9a67acf7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
import re
|
||||
import uuid
|
||||
import json
|
||||
|
|
@ -13,12 +12,11 @@ import subprocess
|
|||
import getpass
|
||||
import acre
|
||||
import platform
|
||||
from . import execute_hook
|
||||
|
||||
from avalon import io, pipeline
|
||||
|
||||
import avalon.api
|
||||
from .api import config, Anatomy, Logger
|
||||
from .lib import execute_hook
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue