Skip to content

Commit 4fb6f1f

Browse files
author
Andrei Neagu
committed
typo
1 parent 541879b commit 4fb6f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/repository/project_networks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
from sqlalchemy.ext.asyncio import AsyncConnection, AsyncEngine
1212

1313

14-
class BaseProjectNetwroksError(OsparcErrorMixin, RuntimeError):
14+
class BaseProjectNetworksError(OsparcErrorMixin, RuntimeError):
1515
msg_template: str = "project networks unexpected error"
1616

1717

18-
class ProjectNetworkNotFoundError(BaseProjectNetwroksError):
18+
class ProjectNetworkNotFoundError(BaseProjectNetworksError):
1919
msg_template: str = "no networks found for project {project_id}"
2020

2121

0 commit comments

Comments
 (0)