Skip to content

Commit 2565674

Browse files
amyreesefacebook-github-bot
authored andcommitted
apply Black 2024 style in fbcode (8/16)
Summary: Formats the covered files with pyfmt. paintitblack Reviewed By: aleivag Differential Revision: D54447737 fbshipit-source-id: 6c05d7941c6b4f1787b8da6cf810693f48a96c4e
1 parent 3e68ba1 commit 2565674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/amd_build/pyHIPIFY/hipify_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def match_extensions(filename):
5959
# needs to work even if you're in a Git or Hg checkout, so easier to
6060
# just blacklist the biggest time sinks that won't matter in the
6161
# end.
62-
for (abs_dirpath, dirs, filenames) in os.walk(root_path, topdown=True):
62+
for abs_dirpath, dirs, filenames in os.walk(root_path, topdown=True):
6363
rel_dirpath = os.path.relpath(abs_dirpath, root_path)
6464
if rel_dirpath == ".":
6565
# Blah blah blah O(n) blah blah

0 commit comments

Comments
 (0)