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 a7dd3ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asynq/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

import asyncio
import inspect
import sys
from typing import Any, Coroutine

import qcore.decorators
Expand Down Expand Up @@ -164,7 +163,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 a7dd3ee

Please sign in to comment.