enforced black

This commit is contained in:
2022-09-06 16:22:05 +02:00
parent e6ce939eef
commit ac234edd56
9 changed files with 45 additions and 38 deletions

View File

@ -121,10 +121,7 @@ def test_set_axis_out_of_range():
],
)
def test_hex_list_to_int(in_buffer, byteorder, signed, val):
assert (
NPointController._hex_list_to_int(in_buffer, byteorder=byteorder, signed=signed)
== val
)
assert NPointController._hex_list_to_int(in_buffer, byteorder=byteorder, signed=signed) == val
@pytest.mark.parametrize(