migrate db.find_ratings to SQLAlchemy

This commit is contained in:
ducklet 2023-03-28 21:50:14 +02:00
parent d4933bf1a6
commit 1a3528e096
3 changed files with 54 additions and 55 deletions

View file

@ -1,4 +1,5 @@
from datetime import datetime
import pytest
from starlette.testclient import TestClient