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
@@ -3,7 +3,7 @@ import trio
from contextlib import asynccontextmanager
from sqlalchemy import create_engine # type: ignore
from sqlalchemy_aio import TRIO_STRATEGY # type: ignore
from sqlalchemy_aio.base import AsyncConnection
from sqlalchemy_aio.base import AsyncConnection # type: ignore
from .settings import LNBITS_DATA_FOLDER