Skip to content

Commit 082761e

Browse files
authored
chore: Remove redundant type (#1421)
Addresses #437
1 parent 90e5546 commit 082761e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blueapi/core/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def _type_spec_for_function(
526526
)
527527
return new_args
528528

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

0 commit comments

Comments
 (0)