Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Fix/mq template (#51)
Browse files Browse the repository at this point in the history
* Fix init_mq template

* Release 0.2.17
  • Loading branch information
pando85 committed Dec 26, 2018
1 parent 08a00e6 commit 98447c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiolambda/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.16'
__version__ = '0.2.17'
3 changes: 1 addition & 2 deletions aiolambda_cli/templates/__PROJECT_NAME__/mq.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ async def send_message(channel: Channel, message_body: Any) -> None:
)


def init_mq() -> Optional[Dict[str, Callable]]:
return {}
init_mq: Optional[Dict[str, Callable]] = {}

0 comments on commit 98447c0

Please sign in to comment.