From 75f289bd55f3937364728e82d31013e8bcb08821 Mon Sep 17 00:00:00 2001 From: selldinesh Date: Mon, 27 Nov 2023 21:34:32 +0000 Subject: [PATCH] resolving conflicts Signed-off-by: selldinesh --- tests/api/test_udf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/test_udf.py b/tests/api/test_udf.py index 515ff283..566ec48d 100644 --- a/tests/api/test_udf.py +++ b/tests/api/test_udf.py @@ -90,4 +90,4 @@ def test_udf_remove(self, npu): results = [*npu.process_commands(commands)] print('======= SAI commands RETURN values remove =======') - pprint(results) \ No newline at end of file + pprint(results)