Skip to content

Commit d2879b6

Browse files
committed
chore: remove another spot
1 parent 1322811 commit d2879b6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

BUILD.bazel

-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
16-
load("//:tools/defaults.bzl", "codeowners")
1716

1817
package(default_visibility = ["//visibility:public"])
1918

@@ -45,11 +44,3 @@ buildifier(
4544
mode = "diff",
4645
tags = ["manual"], # tag as manual so windows ci does not build it by default
4746
)
48-
49-
codeowners(
50-
pattern = "*",
51-
teams = [
52-
"@mattem",
53-
"@gregmagolan",
54-
],
55-
)

0 commit comments

Comments
 (0)