Skip to content

Commit

Permalink
Remove # -*- Python -*- from Starlark files.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 268048675
  • Loading branch information
chsigg authored and tensorflower-gardener committed Sep 9, 2019
1 parent 1b7bd77 commit 9621ac4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion third_party/gpus/cuda_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for CUDA autoconfiguration.
`cuda_configure` depends on the following environment variables:
Expand Down
1 change: 0 additions & 1 deletion third_party/gpus/rocm_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for ROCm autoconfiguration.
`rocm_configure` depends on the following environment variables:
Expand Down
1 change: 0 additions & 1 deletion third_party/mkl/build_defs.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Skylark macros for MKL.
if_mkl is a conditional to check if we are building with MKL.
Expand Down
1 change: 0 additions & 1 deletion third_party/nccl/nccl_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for NCCL configuration.
`nccl_configure` depends on the following environment variables:
Expand Down
1 change: 0 additions & 1 deletion third_party/systemlibs/syslibs_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for system library autoconfiguration.
`syslibs_configure` depends on the following environment variables:
Expand Down
1 change: 0 additions & 1 deletion third_party/tensorrt/tensorrt_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for TensorRT configuration.
`tensorrt_configure` depends on the following environment variables:
Expand Down
1 change: 0 additions & 1 deletion third_party/toolchains/cpus/arm/arm_compiler_configure.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- Python -*-
"""Repository rule for arm compiler autoconfiguration."""

def _tpl(repository_ctx, tpl, substitutions = {}, out = None):
Expand Down

0 comments on commit 9621ac4

Please sign in to comment.