Skip to content

Commit c649eb5

Browse files
pre-commit-ci[bot]vkruglik-aka
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5f988d9 commit c649eb5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,7 @@ def shared_scope_setup_status_path(
12161216

12171217
class TestIsoScope:
12181218
def test_distributed_setup_teardown_coordination(
1219-
self, pytester: pytest.Pytester,
1220-
shared_scope_setup_status_path: pathlib.Path
1219+
self, pytester: pytest.Pytester, shared_scope_setup_status_path: pathlib.Path
12211220
) -> None:
12221221
"""
12231222
The isoscope scheduler provides a distributed coordination mechanism
@@ -1244,7 +1243,7 @@ def test_distributed_setup_teardown_coordination(
12441243
)
12451244
12461245
_SHARED_SCOPE_SETUP_STATUS_PATH = pathlib.Path(
1247-
{str(shared_scope_setup_status_path)})
1246+
{shared_scope_setup_status_path!s})
12481247
12491248
class TestScopeA:
12501249
@classmethod

0 commit comments

Comments
 (0)