File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# PEP 621 project metadata
33# See https://www.python.org/dev/peps/pep-0621/
44name = " graia-amnesia"
5- version = " 0.5.2 "
5+ version = " 0.5.3 "
66authors = [
77 {name = " GreyElaina" , email = " GreyElaina@outlook.com" },
88]
Original file line number Diff line number Diff line change 2929 WSMsgType ,
3030 web ,
3131)
32+ from launart import ExportInterface , Service
3233from launart .manager import Launart
3334from launart .utilles import wait_fut
3435from loguru import logger
6970from graia .amnesia .transport .rider import TransportRider
7071from graia .amnesia .transport .signature import TransportSignature
7172from graia .amnesia .utilles import random_id
72- from launart import ExportInterface , Service
7373
7474
7575class AiohttpConnectionStatus (ConnectionStatus ):
Original file line number Diff line number Diff line change 55from weakref import WeakValueDictionary
66
77import yarl
8+ from launart import ExportInterface , Service
89from launart .utilles import wait_fut
910from starlette .applications import Starlette
1011from starlette .requests import Request
3839from graia .amnesia .transport .exceptions import ConnectionClosed
3940from graia .amnesia .transport .rider import TransportRider
4041from graia .amnesia .utilles import random_id
41- from launart import ExportInterface , Service
4242
4343
4444class StarletteServer (ASGIHandlerProvider ):
Original file line number Diff line number Diff line change 2020from graia .amnesia .transport .common .http import HttpEndpoint
2121from graia .amnesia .transport .common .http .extra import HttpRequest , HttpResponse
2222from graia .amnesia .transport .common .http .io import (
23- AbstactClientRequestIO ,
23+ AbstractClientRequestIO ,
2424 AbstractServerRequestIO ,
2525)
2626from graia .amnesia .transport .common .status import ConnectionStatus
You can’t perform that action at this time.
0 commit comments