commit | ef21487cdd60665cb7309149245b603ee010d979 | [log] [tgz] |
---|---|---|
author | thomasraoux <thomasraoux@google.com> | Mon Jun 21 18:22:04 2021 -0700 |
committer | thomasraoux <thomasraoux@google.com> | Mon Jun 21 18:22:04 2021 -0700 |
tree | c2f59542240b1b5d4dc646e2199b5d4ebf9c9341 | |
parent | 9205d6d21fc0c1011be50e51b52718744bb41621 [diff] |
fix lint
diff --git a/integrations/tensorflow/build_tools/bazel/setup_local_llvm.py b/integrations/tensorflow/build_tools/bazel/setup_local_llvm.py index c34a21b..fa75e60 100644 --- a/integrations/tensorflow/build_tools/bazel/setup_local_llvm.py +++ b/integrations/tensorflow/build_tools/bazel/setup_local_llvm.py
@@ -3,7 +3,6 @@ # Licensed under the Apache License v2.0 with LLVM Exceptions. # See https://llvm.org/LICENSE.txt for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - """ Sets up a locally symlinked llvm-project directory and configures bazel to use it.