Skip to content

Commit

Permalink
Adjusted AbstractCatchupSubscription to inherit from AbstractReadResp…
Browse files Browse the repository at this point in the history
…onse.
  • Loading branch information
johnbywater committed Oct 24, 2024
1 parent 9ca380f commit 9740e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esdbclient/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def subscription_id(self) -> str:
pass # pragma: no cover


class AbstractCatchupSubscription(RecordedEventSubscription):
class AbstractCatchupSubscription(RecordedEventSubscription, AbstractReadResponse):
pass


Expand Down

0 comments on commit 9740e5c

Please sign in to comment.