Update ruff to 0.11.2 (#36962)
* update * update * update --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -68,4 +68,4 @@ if __name__ == "__main__":
|
||||
job_time = dict(sorted(job_time.items(), key=lambda item: item[1]["duration"], reverse=True))
|
||||
|
||||
for k, v in job_time.items():
|
||||
print(f'{k}: {v["duration"]}')
|
||||
print(f"{k}: {v['duration']}")
|
||||
|
||||
Reference in New Issue
Block a user