Skip to content

Commit

Permalink
fix: don't require push on outbound queue implementations
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Sep 2, 2021
1 parent f70e454 commit aeac58b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aries_cloudagent/transport/outbound/queue/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ async def start(self):
async def stop(self):
"""Stop the queue."""

@abstractmethod
async def push(self, key: bytes, message: bytes):
"""Push a ``message`` to queue on ``key``."""

@abstractmethod
async def enqueue_message(
self,
Expand Down

0 comments on commit aeac58b

Please sign in to comment.