Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent af08786 commit 18b88b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ome_types/_pydantic_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def field_regex(obj: type[BaseModel], field_name: str) -> str | None:
def get_default(f: FieldInfo) -> Any:
return f.get_default(call_default_factory=True, **kw)


def get_default(f: FieldInfo) -> Any:
return f.get_default(call_default_factory=True, **kw)
else:
Expand Down

0 comments on commit 18b88b4

Please sign in to comment.