Skip to content

Commit 48c3b2b

Browse files
author
Andrei Neagu
committed
remove redundant
1 parent 2586ec8 commit 48c3b2b

File tree

1 file changed

+2
-4
lines changed
  • services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/director_v2

1 file changed

+2
-4
lines changed

services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/director_v2/_public_client.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from models_library.users import UserID
1818
from pydantic import NonNegativeInt, TypeAdapter
1919
from servicelib.fastapi.app_state import SingletonInAppStateMixin
20-
from servicelib.fastapi.http_client import AttachLifespanMixin, HasClientSetupInterface
20+
from servicelib.fastapi.http_client import AttachLifespanMixin
2121
from servicelib.fastapi.http_client_thin import UnexpectedStatusError
2222
from servicelib.rabbitmq.rpc_interfaces.dynamic_scheduler.errors import (
2323
ServiceWaitingForManualInterventionError,
@@ -27,9 +27,7 @@
2727
from ._thin_client import DirectorV2ThinClient
2828

2929

30-
class DirectorV2Client(
31-
SingletonInAppStateMixin, AttachLifespanMixin, HasClientSetupInterface
32-
):
30+
class DirectorV2Client(SingletonInAppStateMixin, AttachLifespanMixin):
3331
app_state_name: str = "director_v2_client"
3432

3533
def __init__(self, app: FastAPI) -> None:

0 commit comments

Comments
 (0)