Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Mar 6, 2025
1 parent 7037b10 commit 6adabd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/generate-benchmark-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():
tags_taggroups[bmark][k].append(t)
main[bmark] = tags_taggroups[bmark]

check_dir="tmp"
check_dir = "tmp"
if os.path.isdir(check_dir):
shutil.rmtree(check_dir)

Expand Down

0 comments on commit 6adabd9

Please sign in to comment.