diff --git a/examples/subapps/subapp.py b/examples/subapps/subapp.py index 8507446..3d730e4 100644 --- a/examples/subapps/subapp.py +++ b/examples/subapps/subapp.py @@ -21,7 +21,7 @@ async def hello(request): - ''', 200, {'Content-Type': 'text/html'} + ''', 200, {'Content-Type': 'text/html'} # noqa: E501 @subapp.route('/second') @@ -41,4 +41,4 @@ async def second(request): - ''', 200, {'Content-Type': 'text/html'} + ''', 200, {'Content-Type': 'text/html'} # noqa: E501