diff --git a/construct_typed/attrs_struct.py b/construct_typed/attrs_struct.py index 4f34288..86f6d99 100644 --- a/construct_typed/attrs_struct.py +++ b/construct_typed/attrs_struct.py @@ -200,10 +200,7 @@ class AttrsStruct: cls, constr: "cs.Construct[t.Any, t.Any]" = this_struct, reverse_fields: bool = False, - **kwargs: t.Any, ): - super().__init_subclass__(**kwargs) - # validate types if not isinstance(constr, cs.Construct): # type: ignore raise ValueError("`constr` parameter has to be an `Construct` object")