Skip to content

Commit 6942d44

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 237e725 commit 6942d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

3-
import pprint
43
import os
4+
import pprint
55
import re
66
import shutil
77
from typing import cast
@@ -1435,7 +1435,7 @@ def test2(self):
14351435
assert len(counts_by_worker_fence_b) == 1
14361436
assert next(iter(counts_by_worker_fence_b.values())) == 2
14371437

1438-
@pytest.mark.parametrize('num_tests', [1, 2, 3, 4, 5, 7])
1438+
@pytest.mark.parametrize("num_tests", [1, 2, 3, 4, 5, 7])
14391439
def test_two_tests_min_per_worker_rule(
14401440
self, num_tests: int, pytester: pytest.Pytester
14411441
) -> None:

0 commit comments

Comments
 (0)