Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 7, 2024
1 parent 0ae95f0 commit 49fed01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import pylsl


@pytest.mark.parametrize("channel_format", [pylsl.cf_int32, pylsl.cf_float32, pylsl.cf_double64])
@pytest.mark.parametrize(
"channel_format", [pylsl.cf_int32, pylsl.cf_float32, pylsl.cf_double64]
)
def test_format(channel_format: int):
expected_type = {
pylsl.cf_int32: ctypes.c_int,
Expand Down

0 comments on commit 49fed01

Please sign in to comment.