add trio typing.

This commit is contained in:
fiatjaf
2021-06-20 21:17:32 -03:00
parent 8dc25fbe50
commit 688149fade
23 changed files with 262 additions and 224 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import time
import trio # type: ignore
import trio
from http import HTTPStatus
from typing import Optional, List, Callable
from quart_trio import QuartTrio