mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-19 05:11:26 +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 lnbits.decorators import WalletTypeInfo, get_key_type
|
||||
from lnbits.extensions.livestream.models import CreateTrack
|
||||
from .models import CreateTrack
|
||||
|
||||
from . import livestream_ext
|
||||
from .crud import (
|
||||
|
@ -111,7 +111,6 @@ module = [
|
||||
"ecdsa.*",
|
||||
"psycopg2.*",
|
||||
"pyngrok.*",
|
||||
"livestream.*"
|
||||
]
|
||||
ignore_missing_imports = "True"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user