book search engine #18

Open
Richie wants to merge 29 commits from feature/book-search-engine into main
Showing only changes of commit aa135a3af2 - Show all commits
-2
View File
@@ -1021,8 +1021,6 @@ def test_existing_destination_skips_rename_and_removes_temp(tmp_path, monkeypatc
def test_richie_exports_audiobook_models() -> None:
from python.orm.richie import Audiobook # noqa: PLC0415
assert Audiobook.__tablename__ == "audiobook"