mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
Should FIx the quote that made mypy unhappy
This commit is contained in:
parent
01eb09526e
commit
9882b83cd4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user