Autoformat with black

This commit is contained in:
YuviPanda
2020-11-17 15:39:21 +05:30
parent 6c5fb5fe97
commit a7b796fa57
2 changed files with 9 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ class LogoutHandler(BaseHandler):
async def get(self):
"""Log the user out, call the custom action, forward the user
to the logout page
to the logout page
"""
await self.default_handle_logout()
await self.handle_logout()