Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaminyou committed Jan 19, 2024
1 parent 98b9716 commit ffe23a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/schemas/profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from marshmallow import Schema, fields
from marshmallow.decorators import post_load
from marshmallow.validate import Length, Range
from marshmallow.validate import Length

from security import get_uuid

Expand Down
2 changes: 1 addition & 1 deletion backend/schemas/request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from marshmallow import Schema, fields
from marshmallow.decorators import post_load
from marshmallow.validate import Length, Range
from marshmallow.validate import Length

from security import get_uuid

Expand Down

0 comments on commit ffe23a1

Please sign in to comment.