few fixes

This commit is contained in:
Ondřej Samohel 2020-10-28 15:16:13 +01:00
parent 5ae50f5e72
commit eb9a67acf7
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

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