add trio typing.

This commit is contained in:
fiatjaf
2021-06-20 21:11:12 -03:00
parent 8dc25fbe50
commit 688149fade
23 changed files with 262 additions and 224 deletions

View File

@@ -1,4 +1,4 @@
import trio # type: ignore
import trio
import httpx
from typing import Callable, NamedTuple