diff --git a/openpype/hosts/houdini/plugins/load/load_vdb.py b/openpype/hosts/houdini/plugins/load/load_vdb.py index 54535446a3..5e572c83e5 100644 --- a/openpype/hosts/houdini/plugins/load/load_vdb.py +++ b/openpype/hosts/houdini/plugins/load/load_vdb.py @@ -110,4 +110,4 @@ class VdbLoader(load.LoaderPlugin): def remove(self, container): node = container["node"] - node.destroy() \ No newline at end of file + node.destroy()