Skip to content

Commit a24163a

Browse files
committed
fix lint
1 parent f08f222 commit a24163a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/utils/cpp_extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def _find_cuda_home():
6464
# it the below pattern.
6565
BUILT_FROM_SOURCE_VERSION_PATTERN = re.compile(r'\d+\.\d+\.\d+\w+\+\w+')
6666

67+
6768
def is_binary_build():
6869
return not BUILT_FROM_SOURCE_VERSION_PATTERN.match(torch.version.__version__)
6970

0 commit comments

Comments
 (0)