Skip to content

Commit 25d426f

Browse files
remove comment
1 parent 6719c86 commit 25d426f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/schemas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ class PaginationArgs(Schema):
103103
page = fields.Int(load_default=1)
104104

105105

106-
# class AuthIn(Schema):
107106
class AuthIn(SQLAlchemySchema):
108107
class Meta:
109108
model = User

0 commit comments

Comments
 (0)