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,4 +1,4 @@
import trio # type: ignore
import trio
import httpx
from typing import Callable, NamedTuple