Add best score calculation to coffee route and template
This commit is contained in:
parent
247b167377
commit
6b4f61879b
3 changed files with 17 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ from flask import Blueprint, request, render_template, jsonify, abort
|
|||
from sqlalchemy.engine import ScalarResult
|
||||
from sqlalchemy.exc import IntegrityError
|
||||
from sqlalchemy.sql import Select
|
||||
from typing import Any, Optional, List, cast, Type, Iterable
|
||||
from typing import Any, List, cast
|
||||
|
||||
from .defaults import (
|
||||
default_query, default_create, default_update, default_delete, default_serialize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue