From 1a0760e22776585781403d8ab217b5c91d25f16b Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 13 Feb 2025 09:29:03 +0200 Subject: [PATCH 1/2] fix: import --- views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views.py b/views.py index 8bf4593..db40016 100644 --- a/views.py +++ b/views.py @@ -4,7 +4,7 @@ from lnbits.decorators import check_user_exists from lnbits.helpers import template_renderer -from ...utils.exchange_rates import allowed_currencies +from lnbits.utils.exchange_rates import allowed_currencies copilot_generic_router: APIRouter = APIRouter() From d826c180b433059260f21e5072f39cbd7dc42e5d Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 13 Feb 2025 09:32:51 +0200 Subject: [PATCH 2/2] chore: `make all` --- views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/views.py b/views.py index db40016..bc4cc82 100644 --- a/views.py +++ b/views.py @@ -3,7 +3,6 @@ from lnbits.core.models import User from lnbits.decorators import check_user_exists from lnbits.helpers import template_renderer - from lnbits.utils.exchange_rates import allowed_currencies copilot_generic_router: APIRouter = APIRouter()