aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/common/public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/common/public_api.py')
-rw-r--r--tensorflow/tools/common/public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/common/public_api.py b/tensorflow/tools/common/public_api.py
index 97447a18a7..3364ff6bc9 100644
--- a/tensorflow/tools/common/public_api.py
+++ b/tensorflow/tools/common/public_api.py
@@ -56,7 +56,7 @@ class PublicAPIVisitor(object):
# Everything below here is legitimate.
'app': ['flags'], # It'll stay, but it's not officially part of the API.
- 'test': ['mock', 'TestCase'], # Imported for compatibility between py2/3.
+ 'test': ['mock'], # Imported for compatibility between py2/3.
}
@property