Skip to content

Commit a8c1bbd

Browse files
committed
build: stylefixes
1 parent 06dbeae commit a8c1bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/excepthook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self):
1313
pass
1414

1515
def install(self, client):
16-
if hasattr(sys, 'ps1'):
16+
if hasattr(sys, "ps1"):
1717
# Disable the excepthook for interactive Python shells, otherwise
1818
# every typo gets sent to Sentry.
1919
return

0 commit comments

Comments
 (0)