Skip to content

Commit 5ab0781

Browse files
committed
chore: apply linting
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 10cae30 commit 5ab0781

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ def run(self):
242242
dir_path + "/../bazel-TRTorch/external/tensorrt/include",
243243
dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include",
244244
dir_path + "/../bazel-TensorRT/external/tensorrt/include",
245-
dir_path + "/../bazel-tensorrt/external/tensorrt/include",
246-
dir_path + "/../"
245+
dir_path + "/../bazel-tensorrt/external/tensorrt/include", dir_path + "/../"
247246
],
248247
extra_compile_args=[
249248
"-Wno-deprecated",

0 commit comments

Comments
 (0)