misc,python: Run pre-commit run --all-files
Applies the `pyupgrade` hook to all files in the repo. Change-Id: I9879c634a65c5fcaa9567c63bc5977ff97d5d3bf
This commit is contained in:
@@ -127,7 +127,7 @@ def plotLowPStates(
|
||||
@param delay_list: list of itt max multipliers (e.g. [1, 20, 200])
|
||||
|
||||
"""
|
||||
stats_file = open(stats_fname, "r")
|
||||
stats_file = open(stats_fname)
|
||||
|
||||
global bankUtilValues
|
||||
bankUtilValues = bank_util_list
|
||||
|
||||
Reference in New Issue
Block a user