Skip to content

Commit bf59729

Browse files
committed
wrong name
1 parent fb16e05 commit bf59729

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

api/specs/web-server/_trash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FolderTrashQueryParams,
1616
)
1717
from simcore_service_webserver.projects._trash_rest import ProjectPathParams
18-
from simcore_service_webserver.workspaces._common._models import (
18+
from simcore_service_webserver.workspaces._common.models import (
1919
WorkspacesPathParams,
2020
WorkspaceTrashQueryParams,
2121
)

services/web/server/src/simcore_service_webserver/workspaces/_groups_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from ..security.decorators import permission_required
1313
from ..utils_aiohttp import envelope_json_response
1414
from . import _groups_service
15-
from ._common._exceptions_handlers import handle_plugin_requests_exceptions
16-
from ._common._models import (
15+
from ._common.exceptions_handlers import handle_plugin_requests_exceptions
16+
from ._common.models import (
1717
WorkspacesGroupsBodyParams,
1818
WorkspacesGroupsPathParams,
1919
WorkspacesPathParams,

services/web/server/src/simcore_service_webserver/workspaces/_trash_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from ..products.api import get_product_name
1313
from ..security.decorators import permission_required
1414
from . import _trash_services
15-
from ._common._exceptions_handlers import handle_plugin_requests_exceptions
16-
from ._common._models import WorkspacesPathParams, WorkspaceTrashQueryParams
15+
from ._common.exceptions_handlers import handle_plugin_requests_exceptions
16+
from ._common.models import WorkspacesPathParams, WorkspaceTrashQueryParams
1717

1818
_logger = logging.getLogger(__name__)
1919

services/web/server/src/simcore_service_webserver/workspaces/_workspaces_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
from ..security.decorators import permission_required
2525
from ..utils_aiohttp import envelope_json_response
2626
from . import _workspaces_service
27-
from ._common._exceptions_handlers import handle_plugin_requests_exceptions
28-
from ._common._models import (
27+
from ._common.exceptions_handlers import handle_plugin_requests_exceptions
28+
from ._common.models import (
2929
WorkspacesFilters,
3030
WorkspacesListQueryParams,
3131
WorkspacesPathParams,

0 commit comments

Comments
 (0)