Skip to content

Commit

Permalink
Fix bad backport b16cbe2 (#15260)
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin authored Dec 22, 2024
1 parent d63da96 commit 57f0959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/api/v25_04_0/user.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from annotated_types import Ge, Le
from pydantic import EmailStr
from pydantic import EmailStr, Field
from typing_extensions import Annotated

from middlewared.api.base import (BaseModel, Excluded, excluded_field, ForUpdateMetaclass, LocalUsername, RemoteUsername,
Expand Down

0 comments on commit 57f0959

Please sign in to comment.