Fix linting and bump to 19.12.4

This commit is contained in:
Adam Hopkins 2020-11-05 08:57:40 +02:00
parent 3e4bec7f2c
commit 662c7c7f62
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = "19.12.3"
__version__ = "19.12.4"

View File

@ -1474,4 +1474,5 @@ class Sanic:
self.asgi = True
asgi_app = await ASGIApp.create(self, scope, receive, send)
await asgi_app()
_asgi_single_callable = True # We conform to ASGI 3.0 single-callable