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