Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Nov 13, 2024
1 parent 0bb9795 commit c7ce66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions vendor/pydantic-argparse/pydantic_argparse/utils/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def __init__(
hidden: bool,
**kwargs: Unpack[_FromFieldInfoInputs],
):
"""
Creates a new ArgFieldInfo.
"""Creates a new ArgFieldInfo.
This is a special variant of pydantic's FieldInfo, which adds several arguments,
mainly related to CLI arguments.
Expand Down Expand Up @@ -58,8 +57,7 @@ def Field(
hidden: bool = False,
**kwargs: Unpack[_FromFieldInfoInputs],
) -> Any:
"""
Creates a new ArgFieldInfo.
"""Creates a new ArgFieldInfo.
This is a special variant of pydantic's Field() function, which adds several arguments,
mainly related to CLI arguments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
Annotated,
)

from mypyc.ir.ops import Assign
from pydantic import BaseModel
from pydantic.fields import FieldInfo
from pydantic_core import PydanticUndefined
Expand Down

0 comments on commit c7ce66b

Please sign in to comment.