Skip to content

Commit 620f381

Browse files
authored
Fix indentation
1 parent 76afbe4 commit 620f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def write_version_file(version):
6464

6565
def _get_pytorch_version(is_nightly, is_local):
6666
if "PYTORCH_VERSION" in os.environ:
67-
return f"torch=={os.environ['PYTORCH_VERSION']}"
67+
return f"torch=={os.environ['PYTORCH_VERSION']}"
6868
if is_nightly:
6969
return "torch>=2.7.0.dev"
7070
if is_local:

0 commit comments

Comments
 (0)