Skip to content

Commit

Permalink
Fix internal lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gnossen committed Oct 30, 2019
1 parent fa6920f commit 4b49a95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
workspace(name = "com_github_grpc_grpc")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("//bazel:grpc_deps.bzl", "grpc_deps", "grpc_test_only_deps")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

grpc_deps()

Expand Down Expand Up @@ -52,7 +50,6 @@ pip_import(
requirements = "@com_github_grpc_grpc//:requirements.bazel.txt",
)

load("@io_bazel_rules_python//python:pip.bzl", "pip_repositories")
load("@grpc_python_dependencies//:requirements.bzl", "pip_install")
pip_repositories()
pip_install()

0 comments on commit 4b49a95

Please sign in to comment.