We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90c0cd commit 172d86aCopy full SHA for 172d86a
1 file changed
hostingde/model/__init__.py
@@ -54,7 +54,7 @@ def get_class_instance(cls: Type[T]) -> Type[T]:
54
def to_json(self) -> dict:
55
return marshmallow_dataclass.class_schema(self.get_class_instance(), base_schema=CamelCaseSchema)().dump(self)
56
57
- def __init__(self, **kwargs: dict):
+ def __init__(self, **kwargs: Any):
58
"""
59
Default constructor that sets all kwargs as internal properties
60
0 commit comments