Skip to content

Commit daf42f2

Browse files
committed
Formatting with new version of black
1 parent 030f82d commit daf42f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry_sdk/integrations/asgi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ async def _run_app(self, scope, callback):
130130

131131
if ty in ("http", "websocket"):
132132
transaction = Transaction.continue_from_headers(
133-
self._get_headers(scope), op="{}.server".format(ty),
133+
self._get_headers(scope),
134+
op="{}.server".format(ty),
134135
)
135136
else:
136137
transaction = Transaction(op="asgi.server")

0 commit comments

Comments
 (0)