Skip to content

Commit

Permalink
Ignoring untyped function definition for core.coordination.inject for…
Browse files Browse the repository at this point in the history
… now
  • Loading branch information
Rose Yemelyanova committed Oct 23, 2023
1 parent 030597c commit 8421a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dls_bluesky_core/core/coordination.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8421a0b

Please sign in to comment.