"tests/vscode:/vscode.git/clone" did not exist on "d01acab4be2c3a2c1ed5d0517cce15ccf2fc1724"
Unverified Commit 443461cc authored by Hongjun Choi's avatar Hongjun Choi Committed by GitHub
Browse files

Merged commit includes the following changes: (#7325)

260622966  by A. Unique TensorFlower<gardener@tensorflow.org>:

    Add absl_app import.

--

PiperOrigin-RevId: 260622966
parent aad41340
...@@ -26,6 +26,7 @@ import json ...@@ -26,6 +26,7 @@ import json
import os import os
# pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
from absl import app as absl_app
from absl import flags from absl import flags
from absl import logging from absl import logging
import tensorflow as tf import tensorflow as tf
......
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