From 9882b83cd42d55b1030b95a29a5e36f201bae940 Mon Sep 17 00:00:00 2001 From: yoni13 Date: Wed, 15 Jan 2025 00:35:43 +0800 Subject: [PATCH] Should FIx the quote that made mypy unhappy --- machine-learning/app/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/app/test_main.py b/machine-learning/app/test_main.py index 51ca050d82..5ca0c4598e 100644 --- a/machine-learning/app/test_main.py +++ b/machine-learning/app/test_main.py @@ -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: