Skip to content

Commit 0d1a30d

Browse files
committed
fix blake linter warning
1 parent c62897b commit 0d1a30d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sentry_sdk/envelope.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ def add_profile_chunk(
7979
):
8080
# type: (...) -> None
8181
self.add_item(
82-
Item(payload=PayloadRef(json=profile_chunk), type="profile_chunk", headers={"platform": profile_chunk.get("platform")})
82+
Item(
83+
payload=PayloadRef(json=profile_chunk),
84+
type="profile_chunk",
85+
headers={"platform": profile_chunk.get("platform")},
86+
)
8387
)
8488

8589
def add_checkin(

0 commit comments

Comments
 (0)