Fix invoice asyncio wrapper (#113)

* mypy: fix lightning backend warnings

* fix asyncio invoice creation

* ignore weird mypy error
This commit is contained in:
calle
2023-02-25 16:44:51 +01:00
committed by GitHub
parent a1c3538b50
commit 2d66aeb79c
6 changed files with 22 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
# type: ignore
from os import getenv
from typing import Dict, Optional