relative import

This commit is contained in:
callebtc 2023-01-11 12:49:11 +01:00
parent c57ddf6aff
commit 6afdff0f29
2 changed files with 1 additions and 2 deletions

View File

@ -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 (

View File

@ -111,7 +111,6 @@ module = [
"ecdsa.*",
"psycopg2.*",
"pyngrok.*",
"livestream.*"
]
ignore_missing_imports = "True"