Skip to content

Commit

Permalink
Updated packages and regenerated gRPC stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jun 5, 2024
1 parent c9578bb commit 5dc6f3b
Show file tree
Hide file tree
Showing 20 changed files with 1,285 additions and 2,010 deletions.
8 changes: 4 additions & 4 deletions esdbclient/persistent.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
@runtime_checkable
class _ReadResps(Iterator[persistent_pb2.ReadResp], Protocol):
@abstractmethod
def cancel(self) -> None:
... # pragma: no cover
def cancel(self) -> None: # pragma: no cover
...


@runtime_checkable
class _AsyncioReadResps(Iterator[persistent_pb2.ReadResp], Protocol):
@abstractmethod
async def cancel(self) -> None:
... # pragma: no cover
async def cancel(self) -> None: # pragma: no cover
...


ConsumerStrategy = Literal[
Expand Down
245 changes: 62 additions & 183 deletions esdbclient/protos/Grpc/cluster_pb2.py

Large diffs are not rendered by default.

Loading

0 comments on commit 5dc6f3b

Please sign in to comment.