Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krgko committed Sep 28, 2020
1 parent 8e8a20d commit a83ce59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/core/conductor.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def setup(self):
self.stop,
self.dispatcher.task_queue,
self.get_stats,
max_message_size
max_message_size,
)
webhook_urls = context.settings.get("admin.webhook_urls")
if webhook_urls:
Expand Down

0 comments on commit a83ce59

Please sign in to comment.