You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/director-v2/src/simcore_service_director_v2/modules/dynamic_sidecar/scheduler/_core/_event_create_sidecars.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@
36
36
from ....catalogimportCatalogClient
37
37
from ....db.repositories.groups_extra_propertiesimportGroupsExtraPropertiesRepository
38
38
from ....db.repositories.projectsimportProjectsRepository
39
-
from ....director_v0importDirectorV0Client
40
39
from ...docker_apiimport (
41
40
constrain_service_to_node,
42
41
create_network,
@@ -52,7 +51,7 @@
52
51
merge_settings_before_use,
53
52
)
54
53
from ._abcimportDynamicSchedulerEvent
55
-
from ._events_utilsimportget_allow_metrics_collection, get_director_v0_client
54
+
from ._events_utilsimportget_allow_metrics_collection
0 commit comments