diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 14:34:01 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-06 14:34:01 -0700 |
| commit | a3df69ff5218cee132a6def9d860cd0276cc0cd4 (patch) | |
| tree | 2d8bf71b98a606b2f1194ce608c23a8e17d8cb6c /routers/films.py | |
| parent | e708bec6cd76c2686de4158dde4d04f72a3c300d (diff) | |
Add year review and inline diary ratings
Diffstat (limited to 'routers/films.py')
| -rw-r--r-- | routers/films.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/films.py b/routers/films.py index 0a6491f..fc087b1 100644 --- a/routers/films.py +++ b/routers/films.py @@ -6,7 +6,6 @@ from types import SimpleNamespace import httpx from fastapi import APIRouter, Depends, HTTPException, Query, Request from fastapi.responses import RedirectResponse -from fastapi.responses import JSONResponse from sqlalchemy import func from fastapi.templating import Jinja2Templates from sqlalchemy.orm import Session |
