mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Reorder imports
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
92db17118f
commit
0dc8bbe0a6
1 changed files with 3 additions and 2 deletions
|
|
@ -7,12 +7,13 @@ import copy
|
|||
import warnings
|
||||
import hashlib
|
||||
import xml.etree.ElementTree
|
||||
import logging
|
||||
from typing import TYPE_CHECKING, Optional, Union, List, Any
|
||||
|
||||
import clique
|
||||
import speedcopy
|
||||
import logging
|
||||
|
||||
import ayon_api
|
||||
from ayon_api import get_last_version_by_product_name, get_representations
|
||||
import pyblish.util
|
||||
import pyblish.plugin
|
||||
import pyblish.api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue