Skip to content
Snippets Groups Projects
Commit c69c4324 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix black version

parent 5da9d2c6
No related branches found
No related tags found
No related merge requests found
Pipeline #10626 passed
......@@ -65,7 +65,9 @@ class HTTPServer:
async def create_server(self, ssl_ctx=None):
self.handler = web.AppRunner(
self.app, keep_alive_on=False, access_log=log.access_logger,
self.app,
keep_alive_on=False,
access_log=log.access_logger,
)
self.port = find_unused_port()
......
coveralls
mypy
pylint
black
black==20.8b1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment