Python: Remove strange empty line

This commit is contained in:
Rasmus Wriedt Larsen
2020-07-13 10:54:47 +02:00
parent 42227c625d
commit 3127bb27d0

View File

@@ -128,7 +128,6 @@ class CSVExporter(Exporter):
with open(outfile_path, 'w', newline='') as csv_file:
writer = None
for (call, callable) in recorded_calls:
data = {
**Exporter.dataclass_to_dict(call),
**Exporter.dataclass_to_dict(callable)