Skip to content

Commit 588fd50

Browse files
committed
fmt
1 parent 34e1704 commit 588fd50

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/lib/sift_client/_tests/resources/test_runs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def test_run(runs_api_sync):
6060
assert len(runs) >= 1
6161
return runs[0]
6262

63+
6364
@pytest.fixture(scope="function")
6465
def new_run(runs_api_sync):
6566
"""Create a test run for update tests."""
@@ -487,8 +488,6 @@ async def test_stop_run_with_start_time(self, runs_api_async, new_run):
487488
await runs_api_async.archive(new_run.id_)
488489

489490

490-
491-
492491
class TestRunsAPISync:
493492
"""Test suite for the synchronous Runs API functionality.
494493

0 commit comments

Comments
 (0)