Skip to content

Commit 424d285

Browse files
committed
fix code style
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent ff6f4ee commit 424d285

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,10 @@ def add_link_to_proton():
715715
proton_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "third_party", "proton", "proton"))
716716
proton_install_dir = os.path.join(os.path.dirname(__file__), "python", "triton", "profiler")
717717
update_symlink(proton_install_dir, proton_dir)
718-
proton_include_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "third_party", "proton", "csrc", "include"))
719-
proton_install_include_dir = os.path.join(os.path.dirname(__file__), "python", "triton", "proton", "csrc", "include")
718+
proton_include_dir = os.path.abspath(
719+
os.path.join(os.path.dirname(__file__), "third_party", "proton", "csrc", "include"))
720+
proton_install_include_dir = os.path.join(os.path.dirname(__file__), "python", "triton", "proton", "csrc",
721+
"include")
720722
update_symlink(proton_install_include_dir, proton_include_dir)
721723

722724

0 commit comments

Comments
 (0)