Import ordering
This commit is contained in:
parent
9dc2ec966c
commit
2b63d2bed4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user