8000 cleanup: reformat defs.bzl doc string. (#1126) · jml-derek/rules_python@31bc04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 31bc04b

Browse files
authored
cleanup: reformat defs.bzl doc string. (bazel-contrib#1126)
The extraneous newlines were bothering me.
1 parent 4e3d01c commit 31bc04b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/python.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/defs.bzl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line 787D change
@@ -11,10 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
"""
16-
Core rules for building Python projects.
17-
"""
14+
"""Core rules for building Python projects."""
1815

1916
load("@bazel_tools//tools/python:srcs_version.bzl", _find_requirements = "find_requirements")
2017
load(

0 commit comments

Comments
 (0)
0