We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 049ce19 + d826c18 commit 6de5eb6Copy full SHA for 6de5eb6
1 file changed
views.py
@@ -3,8 +3,7 @@
3
from lnbits.core.models import User
4
from lnbits.decorators import check_user_exists
5
from lnbits.helpers import template_renderer
6
-
7
-from ...utils.exchange_rates import allowed_currencies
+from lnbits.utils.exchange_rates import allowed_currencies
8
9
copilot_generic_router: APIRouter = APIRouter()
10
0 commit comments