LINTAHHHH

This commit is contained in:
J-Doiron
2025-08-01 13:47:34 -07:00
parent b18c27b7a1
commit 82623b87cc

View File

@@ -38,4 +38,4 @@ def find_latest_benchmarkcsv():
files = [os.path.join(benchmarkcsv_dir, file) for file in os.listdir(
benchmarkcsv_dir) if os.path.isfile(os.path.join(benchmarkcsv_dir, file))]
latest_file = max(files, key=os.path.getmtime)
return latest_file
return latest_file