Skip to content

Commit c62897b

Browse files
committed
fix linter
1 parent 81aadbb commit c62897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/profiler/test_continuous_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def assert_single_transaction_with_profile_chunks(
144144
for chunk_item in items["profile_chunk"]:
145145
chunk = chunk_item.payload.json
146146
headers = chunk_item.headers
147-
assert chunk["platform"]==headers["platform"]
147+
assert chunk["platform"] == headers["platform"]
148148

149149
transaction = items["transaction"][0].payload.json
150150

0 commit comments

Comments
 (0)