Skip to content

Commit

Permalink
Merge pull request #1387 from dbluhm/fix/queue-base-push
Browse files Browse the repository at this point in the history
fix: don't require push on outbound queue implementations
  • Loading branch information
andrewwhitehead authored Sep 2, 2021
2 parents f70e454 + aeac58b commit 53878e7
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 53878e7

Please sign in to comment.