mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
one more fix
This commit is contained in:
parent
cff69e19d0
commit
0fb5220738
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class IntegrateTraits(pyblish.api.InstancePlugin):
|
|||
|
||||
label = "Integrate Traits of an Asset"
|
||||
order = pyblish.api.IntegratorOrder
|
||||
log: logging.Logger
|
||||
log: "logging.Logger"
|
||||
|
||||
def process(self, instance: pyblish.api.Instance) -> None:
|
||||
"""Integrate representations with traits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue