fix(benchmark/reports): Make format.py executable

This commit is contained in:
Reinier van der Leer
2024-02-20 14:50:32 +01:00
parent 7dd97f2f74
commit d5f2bbf093

2
benchmark/reports/format.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import click
from agbenchmark.reports.processing.report_types import Report