aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/testing/python/framework/fake_summary_writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/testing/python/framework/fake_summary_writer.py')
-rw-r--r--tensorflow/contrib/testing/python/framework/fake_summary_writer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/testing/python/framework/fake_summary_writer.py b/tensorflow/contrib/testing/python/framework/fake_summary_writer.py
index 02f2d7fae8..f2065c6662 100644
--- a/tensorflow/contrib/testing/python/framework/fake_summary_writer.py
+++ b/tensorflow/contrib/testing/python/framework/fake_summary_writer.py
@@ -127,3 +127,6 @@ class FakeSummaryWriter(object):
def reopen(self):
pass
+
+ def close(self):
+ pass