collect workfile remove unused import and comment

This commit is contained in:
Sharkitty 2023-11-07 10:23:55 +01:00
parent 10aea1088a
commit 93101debd8

View file

@ -1,6 +1,5 @@
from pathlib import Path
import bpy
from pyblish.api import InstancePlugin, CollectorOrder
@ -30,7 +29,7 @@ class CollectWorkfile(InstancePlugin):
{
"name": ext.lstrip("."),
"ext": ext,
"files": filepath.name, # TODO resources
"files": filepath.name,
"stagingDir": filepath.parent,
}
],