This commit is contained in:
Willi Ballenthin 2024-05-08 14:14:17 +02:00 committed by Willi Ballenthin
parent 519cfb842e
commit b59df659c9

View file

@ -110,10 +110,7 @@ def main(argv=None):
print(
tabulate.tabulate(
[
(counter, humanize.intcomma(count))
for counter, count in capa.perf.counters.most_common()
],
[(counter, humanize.intcomma(count)) for counter, count in capa.perf.counters.most_common()],
headers=["feature class", "evaluation count"],
tablefmt="github",
)