Skip to content

Commit eb0f5e9

Browse files
committed
blacken
1 parent 1747e8c commit eb0f5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/spotlight.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def spotlight_script(self):
114114
)
115115
urllib.request.urlopen(req)
116116
self._spotlight_script = SPOTLIGHT_JS_SNIPPET_PATTERN.format(
117-
spotlight_url=self._spotlight_url, spotlight_js_url=spotlight_js_url
117+
spotlight_url=self._spotlight_url,
118+
spotlight_js_url=spotlight_js_url,
118119
)
119120
except urllib.error.URLError as err:
120121
sentry_logger.debug(

0 commit comments

Comments
 (0)