mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
pep8
This commit is contained in:
committed by
Willi Ballenthin
parent
519cfb842e
commit
b59df659c9
@@ -110,10 +110,7 @@ def main(argv=None):
|
|||||||
|
|
||||||
print(
|
print(
|
||||||
tabulate.tabulate(
|
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"],
|
headers=["feature class", "evaluation count"],
|
||||||
tablefmt="github",
|
tablefmt="github",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user