mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Fix style issue
This commit is contained in:
@@ -229,8 +229,8 @@ class ReportBest(BaseReport):
|
||||
self.header_line("*")
|
||||
kind = "Best" if self.best else "Grid"
|
||||
self.header_line(
|
||||
f" Report {kind} {self.score_name} Scores with {self.model} in any "
|
||||
"platform"
|
||||
f" Report {kind} {self.score_name} Scores with {self.model} "
|
||||
"in any platform"
|
||||
)
|
||||
self.header_line("*")
|
||||
print("")
|
||||
|
Reference in New Issue
Block a user