relative import
This commit is contained in:
parent
c57ddf6aff
commit
6afdff0f29
2 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ from fastapi import Depends, HTTPException, Request
|
||||||
from lnurl.exceptions import InvalidUrl as LnurlInvalidUrl
|
from lnurl.exceptions import InvalidUrl as LnurlInvalidUrl
|
||||||
|
|
||||||
from lnbits.decorators import WalletTypeInfo, get_key_type
|
from lnbits.decorators import WalletTypeInfo, get_key_type
|
||||||
from lnbits.extensions.livestream.models import CreateTrack
|
from .models import CreateTrack
|
||||||
|
|
||||||
from . import livestream_ext
|
from . import livestream_ext
|
||||||
from .crud import (
|
from .crud import (
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,6 @@ module = [
|
||||||
"ecdsa.*",
|
"ecdsa.*",
|
||||||
"psycopg2.*",
|
"psycopg2.*",
|
||||||
"pyngrok.*",
|
"pyngrok.*",
|
||||||
"livestream.*"
|
|
||||||
]
|
]
|
||||||
ignore_missing_imports = "True"
|
ignore_missing_imports = "True"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue