Skip to content

Commit 23f80cf

Browse files
86alexeagle
authored andcommitted
fix: remove duplicate Importing
1 parent 857471e commit 23f80cf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/labs/package.bzl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ def npm_bazel_labs_dependencies():
2222
],
2323
)
2424

25-
_maybe(
26-
http_archive,
27-
name = "com_github_grpc_grpc_web",
28-
sha256 = "04460e28ffa80bfc797a8758da10ba40107347ef0af8e9cc065ade10398da4bb",
29-
strip_prefix = "grpc-web-1.0.7",
30-
urls = [
31-
"https://github.com/grpc/grpc-web/archive/1.0.7.tar.gz",
32-
],
33-
)
34-
3525
_maybe(
3626
http_archive,
3727
name = "rules_proto",

0 commit comments

Comments
 (0)