Cleanup whitespaces.

This commit is contained in:
Marco Rodolfi
2023-02-02 15:19:07 +01:00
committed by GitHub
parent 0f7310ffe5
commit d2c65321c2
-1
View File
@@ -102,7 +102,6 @@ class PluginManager:
loop.default_exception_handler(context)
async def get_auth_token(self, request):
return Response(text=get_csrf_token())
async def load_plugins(self):