mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
feat(ppro): unnecessary imports
This commit is contained in:
parent
a22ae98ee2
commit
8a484e830c
2 changed files with 1 additions and 3 deletions
|
|
@ -4,10 +4,9 @@ from avalon import (
|
|||
io,
|
||||
api as avalon
|
||||
)
|
||||
from pype import api as pype
|
||||
import json
|
||||
from pathlib import Path
|
||||
from pprint import pformat
|
||||
|
||||
|
||||
class CollectContextDataFromAport(pyblish.api.ContextPlugin):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -142,7 +142,6 @@ class CollectInstancesFromJson(pyblish.api.ContextPlugin):
|
|||
tasks = [t["task"] for t in tags
|
||||
if t.get("task")]
|
||||
else:
|
||||
self.log.debug("defaultTasks: `{}`".format(rules_tasks["defaultTasks"]))
|
||||
tasks = rules_tasks["defaultTasks"]
|
||||
self.log.debug("tasks: `{}`".format(tasks))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue