mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 10:48:51 +00:00
pep8
This commit is contained in:
parent
519cfb842e
commit
b59df659c9
1 changed files with 1 additions and 4 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue