[CI/Build] drop support for Python 3.8 EOL (#8464)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
@@ -434,7 +434,7 @@ def main(
|
||||
f"{', Sparsity ' + sparsity if sparsity else ''}")
|
||||
|
||||
profile_json = None
|
||||
with open(json_trace, "r") as f:
|
||||
with open(json_trace) as f:
|
||||
profile_json = json.load(f)
|
||||
assert profile_json is not None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user