Skip to content

Commit

Permalink
Delete two spaces around None
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeVooL authored Feb 14, 2019
1 parent b64ff75 commit 73ca4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gino/ext/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async def _middleware(self, request, handler):
finally:
request.pop('connection', None)

def init_app(self, app, config = None):
def init_app(self, app, config=None):
app['db'] = self

if not isinstance(config, dict):
Expand Down

0 comments on commit 73ca4e9

Please sign in to comment.