Skip to content

Commit

Permalink
Remove unnecessary load statement
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Oct 14, 2024
1 parent 73d3f48 commit a46007d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/osgi/osgi.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
""" Custom rule to generate OSGi Manifest """

load("@rules_java//java:defs.bzl", "JavaInfo", "java_library")
load("@rules_kotlin//kotlin/internal:defs.bzl", "KtJvmInfo")
load("@rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")

# Note that this rule is currently agnostic of protobuf concerns and could be
Expand Down

0 comments on commit a46007d

Please sign in to comment.