8000 fix: Styling · etherscan-io/sentry-python@52512e5 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 52512e5

Browse files
committed
fix: Styling
1 parent 72071c6 commit 52512e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/_wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def close(self):
216216
self._response.close()
217217
except AttributeError:
218218
pass
219-
except Exception as e:
219+
except Exception:
220220
reraise(*_capture_exception(self.hub))
221221

222222

0 commit comments

Comments
 (0)
0