Skip to content

Commit 9085119

Browse files
committed
small fix
1 parent adb809f commit 9085119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

userdata_api/schemas/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ class UsersInfoGet(Base):
3333

3434

3535
class UserInfoUpdate(UserInfoGet):
36-
source: constr(min_length=1)
36+
source: constr(min_length=1)

0 commit comments

Comments
 (0)