mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Remove strange empty line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user