Fix style issue

This commit is contained in:
2022-03-10 20:03:16 +01:00
parent aed72e9c14
commit 33accba9ba

View File

@@ -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("")