mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-19 21:31:27 +02:00
relative import
This commit is contained in:
parent
c57ddf6aff
commit
6afdff0f29
@ -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…
x
Reference in New Issue
Block a user