Skip to content

Commit c314b76

Browse files
committed
Fix linter
1 parent 708a4d9 commit c314b76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/test_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async def test_wait_for_active_units_waiting_application(self):
352352
workload_status_message="workload_status_message",
353353
machine=None,
354354
agent_status="idle",
355-
)],
355+
)],
356356
)
357357

358358
app.get_status = base.AsyncMock(return_value=app_status)
@@ -390,7 +390,7 @@ async def test_wait_for_active_units_waiting_for_units(self):
390390
workload_status_message="workload_status_message",
391391
machine=None,
392392
agent_status="idle",
393-
)],
393+
)],
394394
)
395395

396396
app.get_status = base.AsyncMock(return_value=app_status)

0 commit comments

Comments
 (0)