Skip to content

Commit d63d17e

Browse files
committed
update Attachments import
1 parent 9e183ab commit d63d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/resource_io/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class TensorflowSavedModelBundleWeightsEntry(Node, model_raw_nodes.TensorflowSav
172172

173173

174174
@dataclass
175-
class Attachments(Node, model_raw_nodes.Attachments):
175+
class Attachments(Node, rdf_raw_nodes.Attachments):
176176
files: Union[_Missing, List[Path]] = missing
177177
unknown: Union[_Missing, Dict[str, Any]] = missing
178178

0 commit comments

Comments
 (0)