Skip to content

Commit a46007d

Browse files
committed
Remove unnecessary load statement
1 parent 73d3f48 commit a46007d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/osgi/osgi.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
""" Custom rule to generate OSGi Manifest """
22

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

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

0 commit comments

Comments
 (0)