Remove obsolete attr.

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 21:23:47 -06:00
parent edd7dd0103
commit 4ee4f3d011

View file

@ -184,7 +184,6 @@ _zapp_attrs = {
),
"shebang": attr.string(default = "/usr/bin/env %py3%"),
"zip_safe": attr.bool(default = True),
"root_import": attr.bool(default = False),
}
_zapp = rule(