From 8421a0ba30273bc8f2996641d046dbdb10ef51d6 Mon Sep 17 00:00:00 2001 From: Rose Yemelyanova Date: Mon, 23 Oct 2023 11:10:48 +0100 Subject: [PATCH] Ignoring untyped function definition for core.coordination.inject for now --- src/dls_bluesky_core/core/coordination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dls_bluesky_core/core/coordination.py b/src/dls_bluesky_core/core/coordination.py index 694c451..0e18624 100644 --- a/src/dls_bluesky_core/core/coordination.py +++ b/src/dls_bluesky_core/core/coordination.py @@ -14,7 +14,7 @@ def group_uuid(name: str) -> str: return f"{name}-{str(uuid.uuid4())[:6]}" -def inject(name: str): +def inject(name: str): # type: ignore """ Function to mark a default argument of a plan method as a reference to a device that is stored in the Blueapi context.