Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Nov 18, 2023
1 parent 2347fec commit 2c48131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/root_model.py
Expand Up @@ -27,7 +27,7 @@
RootModelRootType = typing.TypeVar('RootModelRootType')


# @dataclass_transform(kw_only_default=False, field_specifiers=(PydanticModelField,))
@dataclass_transform(kw_only_default=False, field_specifiers=(PydanticModelField,))
class RootModel(BaseModel, typing.Generic[RootModelRootType]):
"""Usage docs: https://docs.pydantic.dev/2.6/concepts/models/#rootmodel-and-custom-root-types
Expand Down

0 comments on commit 2c48131

Please sign in to comment.