Skip to content

Commit

Permalink
cleanup: reformat defs.bzl doc string. (#1126)
Browse files Browse the repository at this point in the history
The extraneous newlines were bothering me.
  • Loading branch information
rickeylev committed Mar 13, 2023
1 parent 4e3d01c commit 31bc04b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions docs/python.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions python/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""
Core rules for building Python projects.
"""
"""Core rules for building Python projects."""

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

0 comments on commit 31bc04b

Please sign in to comment.