removed resolve import

This commit is contained in:
Jakub Trllo 2024-05-30 11:29:38 +02:00
parent c349cc7015
commit c5ca23ff0f

View file

@ -112,10 +112,6 @@ def on_pyblish_instance_toggled(instance, old_value, new_value):
log.info("instance toggle: {}, old_value: {}, new_value:{} ".format(
instance, old_value, new_value))
# from ayon_core.hosts.resolve import (
# set_publish_attribute
# )
# # Whether instances should be passthrough based on new value
# timeline_item = instance.data["item"]
# set_publish_attribute(timeline_item, new_value)