Should FIx the quote that made mypy unhappy

This commit is contained in:
yoni13 2025-01-15 00:35:43 +08:00
parent 01eb09526e
commit 9882b83cd4

View File

@ -359,7 +359,7 @@ class TestRknnSession:
)
info.assert_has_calls(
[mock.call(f"Loaded RKNN model from {str(model_path).replace("model","rk3566")} with {tpe} threads.")]
[mock.call(f"Loaded RKNN model from {str(model_path).replace('model','rk3566')} with {tpe} threads.")]
)
def test_run_rknn(self, rknn_session: mock.Mock, mocker: MockerFixture) -> None: