This commit is contained in:
ben
2022-12-14 14:53:09 +00:00
parent 59c6469bd1
commit 60a01cd89a

View File

@@ -1,9 +1,11 @@
from typing import List
from lnbits.helpers import urlsafe_short_hash
from . import db
from .models import Target
from lnbits.helpers import urlsafe_short_hash
async def get_targets(source_wallet: str) -> List[Target]: