Reorder imports

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-14 14:13:50 +02:00 committed by GitHub
parent 92db17118f
commit 0dc8bbe0a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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