Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 4, 2022
1 parent 55d3bfc commit c89e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/solders/rpc/requests.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1506,4 +1506,4 @@ Body = Union[
]

def batch_to_json(reqs: Sequence[Body]) -> str: ...
def batch_from_json(raw: str) -> List[__Body]: ...
def batch_from_json(raw: str) -> List[Body]: ...

0 comments on commit c89e72f

Please sign in to comment.