Fix linting and bump to 19.12.4
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "19.12.3"
|
__version__ = "19.12.4"
|
||||||
|
|||||||
@@ -1474,4 +1474,5 @@ class Sanic:
|
|||||||
self.asgi = True
|
self.asgi = True
|
||||||
asgi_app = await ASGIApp.create(self, scope, receive, send)
|
asgi_app = await ASGIApp.create(self, scope, receive, send)
|
||||||
await asgi_app()
|
await asgi_app()
|
||||||
|
|
||||||
_asgi_single_callable = True # We conform to ASGI 3.0 single-callable
|
_asgi_single_callable = True # We conform to ASGI 3.0 single-callable
|
||||||
|
|||||||
Reference in New Issue
Block a user