Skip to content

Commit f8b1278

Browse files
fixed linter errors
1 parent df89e51 commit f8b1278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_vsets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def test_vsim_truth_no_thread_enabled(d_client):
424424
assert len(sim_no_thread) == 10
425425
assert isinstance(sim_no_thread, dict)
426426

427+
427428
@skip_if_server_version_lt("8.2.0")
428429
def test_vsim_epsilon(d_client):
429430
d_client.vset().vadd("myset", [2, 1, 1], "a")
@@ -438,6 +439,7 @@ def test_vsim_epsilon(d_client):
438439
res2 = d_client.vset().vsim("myset", [2, 1, 1], epsilon=0.5)
439440
assert 3 == len(res2)
440441

442+
441443
@skip_if_server_version_lt("7.9.0")
442444
def test_vdim(d_client):
443445
float_array = [1, 4.32, 0.11, 0.5, 0.9, 0.1, 0.2]

0 commit comments

Comments
 (0)