From 3d381c863b9ed57689ee094d68aab7d395e98d66 Mon Sep 17 00:00:00 2001 From: SaashaJoshi Date: Mon, 3 Jun 2024 23:40:18 -0700 Subject: [PATCH] black --- test/encoding/test_encodings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/encoding/test_encodings.py b/test/encoding/test_encodings.py index f3b6ae1e..ece4bd76 100644 --- a/test/encoding/test_encodings.py +++ b/test/encoding/test_encodings.py @@ -50,7 +50,8 @@ def test_invalid_func_list(self, func_list): _ = GeneralEncoder(func_list) @pytest.mark.parametrize( - "func_list", [[{"key1": 1}], [{"func": "rx"}], [{"func": "rx", "input_idx": [0]}]] + "func_list", + [[{"key1": 1}], [{"func": "rx"}], [{"func": "rx", "input_idx": [0]}]], ) def test_func_list_keys(self, func_list): with raises(