Skip to content

Commit

Permalink
Resort
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Nov 12, 2023
1 parent e4071c5 commit cf61e89
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/uapi/aiohttp.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from asyncio import sleep
from collections.abc import Callable
from functools import partial
from inspect import Parameter, Signature, signature
from logging import Logger
from typing import Any, ClassVar, TypeAlias, TypeVar
from asyncio import sleep

from aiohttp.web import Request as FrameworkRequest, AppRunner
from aiohttp.web import Response, RouteTableDef, TCPSite
from aiohttp.web import AppRunner
from aiohttp.web import Request as FrameworkRequest
from aiohttp.web import Response, RouteTableDef
from aiohttp.web import StreamResponse as FrameworkResponse
from aiohttp.web import access_logger
from aiohttp.web import TCPSite, access_logger
from aiohttp.web_app import Application
from attrs import Factory, define
from cattrs import Converter
Expand Down

0 comments on commit cf61e89

Please sign in to comment.