Commit b903049a authored by David Chen's avatar David Chen Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 267063166
parent 9a88e415
......@@ -26,7 +26,7 @@ import json
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
......@@ -517,4 +517,4 @@ def main(_):
if __name__ == "__main__":
ncf_common.define_ncf_flags()
absl_app.run(main)
app.run(main)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment