Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#23381

Differential Revision: D16496327

Pulled By: pjh5

fbshipit-source-id: 529029544a5f8c8106bcb7cebdc71aee33e3b86c
  • Loading branch information
pjh5 authored and facebook-github-bot committed Jul 25, 2019
1 parent ed316c0 commit 39fd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_helpers/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from distutils.version import LooseVersion

from . import escape_path, which
from .env import (BUILD_DIR, IS_64BIT, IS_DARWIN, IS_WINDOWS, check_env_flag, check_negative_env_flag, build_type)
from .env import (BUILD_DIR, IS_64BIT, IS_DARWIN, IS_WINDOWS, check_negative_env_flag, build_type)
from .cuda import USE_CUDA
from .dist_check import USE_DISTRIBUTED, USE_GLOO_IBVERBS
from .numpy_ import USE_NUMPY, NUMPY_INCLUDE_DIR
Expand Down

0 comments on commit 39fd264

Please sign in to comment.