Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed May 8, 2024
1 parent 519cfb8 commit b59df65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/profile-time.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ def do_iteration():

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",
)
Expand Down

0 comments on commit b59df65

Please sign in to comment.