Remove orphaned file

This commit is contained in:
Adam Liddell 2023-06-05 00:27:37 +01:00
parent ad23899c3e
commit 3bcc149eef
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
genrule(
name = "copy_six",
srcs = ["six.py"],
outs = ["__init__.py"],
cmd = "cp $< $(@)",
)
py_library(
name = "six",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)