We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42227c6 commit 3127bb2Copy full SHA for 3127bb2
python/tools/recorded-call-graph-metrics/cg_trace.py
@@ -128,7 +128,6 @@ def export(recorded_calls, outfile_path):
128
with open(outfile_path, 'w', newline='') as csv_file:
129
writer = None
130
for (call, callable) in recorded_calls:
131
-
132
data = {
133
**Exporter.dataclass_to_dict(call),
134
**Exporter.dataclass_to_dict(callable)
0 commit comments