fix: import after renaming

This commit is contained in:
Vlad Stan
2023-01-20 10:06:32 +02:00
parent 776acdd857
commit 730017ed62
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from lnbits.jinja2_templating import Jinja2Templates
from lnbits.requestvars import g
from lnbits.settings import settings
from .extension_manger import get_valid_extensions
from .extension_manager import get_valid_extensions
def urlsafe_short_hash() -> str: