We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83db6a1 commit 9b68859Copy full SHA for 9b68859
1 file changed
simvue/api/objects/storage/file.py
@@ -47,6 +47,7 @@ def __init__(
47
**kwargs : dict
48
any additional arguments to be passed to the object initialiser
49
"""
50
+ super().__init__(identifier, **kwargs)
51
52
@classmethod
53
@pydantic.validate_call
0 commit comments