Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
SaashaJoshi committed Jun 4, 2024
1 parent 2bcff54 commit 3d381c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/encoding/test_encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3d381c8

Please sign in to comment.