Skip to content

Commit 3127bb2

Browse files
committed
Python: Remove strange empty line
1 parent 42227c6 commit 3127bb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tools/recorded-call-graph-metrics/cg_trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def export(recorded_calls, outfile_path):
128128
with open(outfile_path, 'w', newline='') as csv_file:
129129
writer = None
130130
for (call, callable) in recorded_calls:
131-
132131
data = {
133132
**Exporter.dataclass_to_dict(call),
134133
**Exporter.dataclass_to_dict(callable)

0 commit comments

Comments
 (0)