chore(python): fix ruff 0.0.286 warnings

This commit is contained in:
link2xt
2023-08-25 20:57:44 +00:00
parent 81a7af10c7
commit d727d85f6d
3 changed files with 3 additions and 3 deletions

View File

@@ -15,6 +15,6 @@ class TestEmpty:
def test_prepare_setup_measurings(self, acfactory):
acfactory.get_online_accounts(BENCH_NUM)
@pytest.mark.parametrize("num", range(0, BENCH_NUM + 1))
@pytest.mark.parametrize("num", range(BENCH_NUM + 1))
def test_setup_online_accounts(self, acfactory, num):
acfactory.get_online_accounts(num)