Skip to content

Commit

Permalink
Add py load statement for codegen (#2166)
Browse files Browse the repository at this point in the history
The new codegen python build rules were added without properly loading the rules.

BUG=b/295216390
  • Loading branch information
rascani authored Aug 14, 2023
1 parent feb2669 commit e3d1a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_library")
load("@tflm_pip_deps//:requirements.bzl", "requirement")

package(
Expand Down

0 comments on commit e3d1a5a

Please sign in to comment.