Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blueapi/core/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def _type_spec_for_function(
)
return new_args

def _convert_type(self, typ: type | Any, no_default: bool = True) -> type:
def _convert_type(self, typ: Any, no_default: bool = True) -> type:
"""
Recursively convert a type to something that can be deserialised by
pydantic. Bluesky protocols (and types that extend them) are replaced
Expand Down