mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
removed unused imports
This commit is contained in:
parent
f05d97dcfb
commit
5aa8b68cd0
1 changed files with 2 additions and 5 deletions
|
|
@ -12,11 +12,8 @@ import clique
|
|||
import tempfile
|
||||
from avalon import io
|
||||
import pyblish.api
|
||||
from openpype.lib import (
|
||||
prepare_template_data,
|
||||
OpenPypeMongoConnection
|
||||
)
|
||||
from openpype.lib.plugin_tools import parse_json, get_batch_asset_task_info
|
||||
from openpype.lib import prepare_template_data
|
||||
from openpype.lib.plugin_tools import parse_json
|
||||
|
||||
|
||||
class CollectPublishedFiles(pyblish.api.ContextPlugin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue