Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denismakogon committed Jan 15, 2019
1 parent b36bd21 commit 1473753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sanic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,7 @@ async def create_server(
)

return await serve(
asyncio_server_kwargs=asyncio_server_kwargs,
**server_settings
asyncio_server_kwargs=asyncio_server_kwargs, **server_settings
)

async def trigger_events(self, events, loop):
Expand Down

0 comments on commit 1473753

Please sign in to comment.