Skip to content

Commit

Permalink
revert return
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbeach2 committed Jun 27, 2018
1 parent 0189b0e commit 5e4a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion henson_sqs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _begin_consuming(self):
maxsize=self.app.settings['SQS_PREFETCH_LIMIT'],
loop=loop,
)
return loop.create_task(self._consume())
loop.create_task(self._consume())

@asyncio.coroutine
def _consume(self):
Expand Down

0 comments on commit 5e4a04c

Please sign in to comment.