fixed un needed noqa's

This commit is contained in:
2026-06-14 12:58:50 -04:00
parent 41e3e265af
commit a526420c8d
6 changed files with 8 additions and 11 deletions
-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"