fix: syntax errors

This commit is contained in:
Stefan Stammberger
2021-08-21 12:14:23 +02:00
parent a6f0a36664
commit d20c3ce119
10 changed files with 32 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@ from . import bleskomat_ext
from .exchange_rates import exchange_rate_providers_serializable, fiat_currencies
from .helpers import get_callback_url
from fastapi.templating import Jinja2Templates
from fastapi import Request
templates = Jinja2Templates(directory="templates")