Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored and prusnak committed Sep 7, 2024
1 parent 025b44b commit 66e5f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from http import HTTPStatus

from fastapi import APIRouter, Depends, Request
from fastapi.templating import Jinja2Templates
from starlette.exceptions import HTTPException
from starlette.responses import HTMLResponse

Expand All @@ -11,7 +10,6 @@

from .crud import get_card_by_external_id, get_hits, get_refunds

templates = Jinja2Templates(directory="templates")
boltcards_generic_router = APIRouter()


Expand Down

0 comments on commit 66e5f66

Please sign in to comment.