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 f46e52e commit 91bc1fcCopy full SHA for 91bc1fc
api/specs/web-server/_workspaces.py
@@ -9,7 +9,7 @@
9
from enum import Enum
10
from typing import Annotated
11
12
-from _common import as_query
+from _common import EnvelopeE, as_query
13
from fastapi import APIRouter, Depends, status
14
from models_library.api_schemas_webserver.workspaces import (
15
WorkspaceCreateBodyParams,
0 commit comments