align space
This commit is contained in:
parent
1c9b7a8c07
commit
01680ecf2e
1 changed files with 3 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ def run(
|
||||||
hashes = list(dload_hashes_occ.keys())
|
hashes = list(dload_hashes_occ.keys())
|
||||||
hashes.sort(key=lambda x: dload_hashes_occ[x], reverse=True)
|
hashes.sort(key=lambda x: dload_hashes_occ[x], reverse=True)
|
||||||
i = len(hashes)
|
i = len(hashes)
|
||||||
print(f"bytecode hash | number of occurence")
|
print(
|
||||||
|
f"bytecode hash | number of occurence"
|
||||||
|
)
|
||||||
for h in hashes:
|
for h in hashes:
|
||||||
occ = dload_hashes_occ[h]
|
occ = dload_hashes_occ[h]
|
||||||
if occ <= 1:
|
if occ <= 1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue