mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed unused imports
This commit is contained in:
parent
f4bcbe33b8
commit
f42fc0a7df
1 changed files with 0 additions and 7 deletions
|
|
@ -1,16 +1,9 @@
|
|||
import os
|
||||
import copy
|
||||
import inspect
|
||||
import logging
|
||||
import traceback
|
||||
import collections
|
||||
|
||||
import weakref
|
||||
try:
|
||||
from weakref import WeakMethod
|
||||
except Exception:
|
||||
from openpype.lib.python_2_comp import WeakMethod
|
||||
|
||||
import pyblish.api
|
||||
|
||||
from openpype.client import get_assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue