oops: formatting.

This commit is contained in:
fiatjaf
2020-11-21 23:23:11 -03:00
parent 03706dcbad
commit d84915cb00
16 changed files with 145 additions and 36 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import os
from typing import Tuple, Optional, Any
from sqlalchemy_aio import TRIO_STRATEGY # type: ignore
from sqlalchemy import create_engine # type: ignore
from sqlalchemy_aio import TRIO_STRATEGY # type: ignore
from sqlalchemy import create_engine # type: ignore
from quart import g
from .settings import LNBITS_DATA_FOLDER