mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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:
|
with open(outfile_path, 'w', newline='') as csv_file:
|
||||||
writer = None
|
writer = None
|
||||||
for (call, callable) in recorded_calls:
|
for (call, callable) in recorded_calls:
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
**Exporter.dataclass_to_dict(call),
|
**Exporter.dataclass_to_dict(call),
|
||||||
**Exporter.dataclass_to_dict(callable)
|
**Exporter.dataclass_to_dict(callable)
|
||||||
|
|||||||
Reference in New Issue
Block a user