Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 22, 2024
1 parent 2c0948f commit 5d6408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/common/pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def MetadataField( # noqa: N802
short_name: str | None = None,
option_cls: t.Any | None = None,
**kwargs,
) -> t.Any | None:
):
"""Return a :class:`pydantic.fields.Field` instance with additional metadata.
.. code-block:: python
Expand Down

0 comments on commit 5d6408b

Please sign in to comment.