Skip to content

Commit 033793c

Browse files
author
Andrei Neagu
committed
removed unused
1 parent 0f6f379 commit 033793c

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-scheduler/tests/unit/services/generic_scheduler

1 file changed

+1
-1
lines changed

services/dynamic-scheduler/tests/unit/services/generic_scheduler/test__core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async def _ensure_one_step_in_manual_intervention(
420420
]
421421

422422
async for attempt in AsyncRetrying(**_RETRY_PARAMS):
423-
with attempt: # noqa: SIM117
423+
with attempt:
424424
reuires_intervention = False
425425
for proxy in store_proxies:
426426
try:

0 commit comments

Comments
 (0)