Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 267063166
  • Loading branch information
davidmochen authored and tensorflower-gardener committed Sep 4, 2019
1 parent 9a88e41 commit b903049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions official/recommendation/ncf_keras_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import os

# pylint: disable=g-bad-import-order
from absl import app as absl_app
from absl import app
from absl import flags
from absl import logging
import tensorflow as tf
Expand Down Expand Up @@ -517,4 +517,4 @@ def main(_):

if __name__ == "__main__":
ncf_common.define_ncf_flags()
absl_app.run(main)
app.run(main)

0 comments on commit b903049

Please sign in to comment.