mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
reorganize imports
This commit is contained in:
parent
5df14df898
commit
ed6584146d
1 changed files with 4 additions and 2 deletions
|
|
@ -3,18 +3,20 @@ import re
|
|||
import json
|
||||
import copy
|
||||
import tempfile
|
||||
import platform
|
||||
import shutil
|
||||
|
||||
import clique
|
||||
import pyblish
|
||||
|
||||
import openpype
|
||||
import openpype.api
|
||||
import pyblish
|
||||
from openpype.lib import (
|
||||
get_pype_execute_args,
|
||||
should_decompress,
|
||||
get_decompress_dir,
|
||||
decompress
|
||||
)
|
||||
import shutil
|
||||
|
||||
|
||||
class ExtractBurnin(openpype.api.Extractor):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue