Skip to content

Commit

Permalink
Automated refactoring to make code Python 3 compatible.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 330509409
  • Loading branch information
Googler authored and TerenceLiu4444 committed Nov 12, 2020
1 parent 6f0919f commit f265f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lifetime_value/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports_files([
pytype_library(
name = "lifetime_value",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
deps = [
":metrics",
":zero_inflated_lognormal",
Expand Down

0 comments on commit f265f18

Please sign in to comment.