Skip to content

Commit 9b68859

Browse files
committed
🐛 Add missing init to Folder object
1 parent 83db6a1 commit 9b68859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

simvue/api/objects/storage/file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(
4747
**kwargs : dict
4848
any additional arguments to be passed to the object initialiser
4949
"""
50+
super().__init__(identifier, **kwargs)
5051

5152
@classmethod
5253
@pydantic.validate_call

0 commit comments

Comments
 (0)