deprecate abort (#2077)

This commit is contained in:
Arthur Goldberg
2021-04-05 17:01:48 +02:00
committed by GitHub
parent eba7821a6d
commit 42b1e7143e
9 changed files with 61 additions and 76 deletions

View File

@@ -8,7 +8,6 @@ import pytest
from sanic import Sanic
from sanic.blueprints import Blueprint
from sanic.response import json, text
from sanic.server import HttpProtocol
from sanic.views import CompositionView, HTTPMethodView
from sanic.views import stream as stream_decorator