Skip to content

Commit 1cf0e9f

Browse files
committed
refactor(//py): apply linting
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 1da999d commit 1cf0e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def is_exe(fpath):
4949
if BAZEL_EXE is None:
5050
sys.exit("Could not find bazel in PATH")
5151

52+
5253
def build_libtrtorch_pre_cxx11_abi(develop=True, use_dist_dir=True, cxx11_abi=False):
5354
cmd = [BAZEL_EXE, "build"]
5455
cmd.append("//cpp/api/lib:libtrtorch.so")

0 commit comments

Comments
 (0)