From aa6cccad79aa0fa0a046a4860616c2cc422b22aa Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Wed, 9 Jul 2025 14:34:13 +0200 Subject: [PATCH] examples: cleanup --- examples/python/testdata/BUILD.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/python/testdata/BUILD.bazel b/examples/python/testdata/BUILD.bazel index 2062112da5..8196c990d1 100644 --- a/examples/python/testdata/BUILD.bazel +++ b/examples/python/testdata/BUILD.bazel @@ -13,8 +13,4 @@ package(default_visibility = ["//visibility:public"]) -exports_files( - [ - "salbp_20_1.alb", - ], -) +exports_files(["salbp_20_1.alb"])