Skip to content

Commit 0838daa

Browse files
committed
fix: fix a linter error
1 parent 4cfe699 commit 0838daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/dedupe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ def processor(event, exc_info):
1818
exc = exc_info[1]
1919
if last_seen.get(None) is exc:
2020
return
21-
seen = False
2221
last_seen.set(exc)
2322
return event

0 commit comments

Comments
 (0)