aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/py/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py/BUILD')
-rw-r--r--examples/py/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/py/BUILD b/examples/py/BUILD
index 314bc16ef5..39ef8c0452 100644
--- a/examples/py/BUILD
+++ b/examples/py/BUILD
@@ -8,7 +8,6 @@ py_library(
py_binary(
name = "bin",
srcs = ["bin.py"],
- legacy_create_init = False,
deps = [":lib"],
)