We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e5546 commit 082761eCopy full SHA for 082761e
1 file changed
src/blueapi/core/context.py
@@ -526,7 +526,7 @@ def _type_spec_for_function(
526
)
527
return new_args
528
529
- def _convert_type(self, typ: type | Any, no_default: bool = True) -> type:
+ def _convert_type(self, typ: Any, no_default: bool = True) -> type:
530
"""
531
Recursively convert a type to something that can be deserialised by
532
pydantic. Bluesky protocols (and types that extend them) are replaced
0 commit comments