diff --git a/experiment/get_app_runtime_result_distribution.py b/experiment/get_app_runtime_result_distribution.py index 26eeade..c38da36 100644 --- a/experiment/get_app_runtime_result_distribution.py +++ b/experiment/get_app_runtime_result_distribution.py @@ -66,7 +66,9 @@ def run( hashes = list(dload_hashes_occ.keys()) hashes.sort(key=lambda x: dload_hashes_occ[x], reverse=True) i = len(hashes) - print(f"bytecode hash | number of occurence") + print( + f"bytecode hash | number of occurence" + ) for h in hashes: occ = dload_hashes_occ[h] if occ <= 1: