fix: relax typing on _fn_result_to_body to allow Any (#212)
This commit is contained in:
parent
5651b39626
commit
2f5fc38007
@ -504,7 +504,7 @@ class ServiceInterface:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _fn_result_to_body(
|
def _fn_result_to_body(
|
||||||
result: Optional[List[Any]],
|
result: Optional[Any],
|
||||||
signature_tree: SignatureTree,
|
signature_tree: SignatureTree,
|
||||||
replace_fds: bool = True,
|
replace_fds: bool = True,
|
||||||
) -> Tuple[List[Any], List[int]]:
|
) -> Tuple[List[Any], List[int]]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user