From 2b63d2bed409dae0d9e016e9cd0be201f7daed40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20K=C3=A4rkk=C3=A4inen?= Date: Mon, 9 Mar 2020 16:15:08 +0200 Subject: [PATCH] Import ordering --- sanic/asgi.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sanic/asgi.py b/sanic/asgi.py index 9931b669..ac23696d 100644 --- a/sanic/asgi.py +++ b/sanic/asgi.py @@ -2,14 +2,7 @@ import asyncio import warnings from inspect import isawaitable -from typing import ( - Any, - Awaitable, - Callable, - MutableMapping, - Optional, - Union, -) +from typing import Any, Awaitable, Callable, MutableMapping, Optional, Union from urllib.parse import quote import sanic.app # noqa