Skip to content

Commit 693071f

Browse files
committed
Linting fix
1 parent a79dd9d commit 693071f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

durabletask/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ async def _process_work_item(
21502150
async with semaphore:
21512151
try:
21522152
await self._run_func(func, *args, **kwargs)
2153-
except Exception as work_exception:
2153+
except Exception:
21542154
await self._run_func(cancellation_func, *args, **kwargs)
21552155
finally:
21562156
queue.task_done()

0 commit comments

Comments
 (0)