We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3120ff7 commit 42030b4Copy full SHA for 42030b4
services/web/server/src/simcore_service_webserver/users/_users_handlers.py
@@ -3,8 +3,6 @@
3
4
from aiohttp import web
5
from models_library.api_schemas_webserver.users import MyProfileGet, MyProfilePatch
6
-from models_library.users import UserID
7
-from pydantic import BaseModel, Field
8
from servicelib.aiohttp import status
9
from servicelib.aiohttp.requests_validation import (
10
parse_request_body_as,
0 commit comments