Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulTch committed Mar 2, 2024
1 parent c6a38b8 commit ac78991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asynq/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ async def wrapped(*_args, **_kwargs):
send = await asynq_to_async.resolve_awaitables(result)
exception = None
except Exception as exc:
traceback = sys.exc_info()[2]
exception = exc

self.asyncio_fn = wrapped
Expand Down

0 comments on commit ac78991

Please sign in to comment.