Skip to content

Commit 8decb53

Browse files
lint
1 parent 7d8d3d1 commit 8decb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def _task_with_sentry_span_creation() -> "Any":
7878
):
7979
try:
8080
result = await coro
81-
except StopAsyncIteration as e:
81+
except StopAsyncIteration:
8282
raise
8383
except Exception:
8484
reraise(*_capture_exception())

0 commit comments

Comments
 (0)