From 48aef32dcd356fa6bae490fa1c853b9b2cdd4846 Mon Sep 17 00:00:00 2001 From: kouml Date: Wed, 15 Aug 2018 02:27:32 +0900 Subject: [PATCH] removing redundant semicolon --- tensorflow/contrib/lite/toco/python/toco_from_protos_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py b/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py index 3761e0095eb..75c1c8970c9 100644 --- a/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py +++ b/tensorflow/contrib/lite/toco/python/toco_from_protos_test.py @@ -50,7 +50,7 @@ class TocoFromProtosTest(googletest.TestCase): toco_flags.output_format = toco_flags_pb2.TFLITE toco_flags.inference_input_type = types_pb2.FLOAT toco_flags.inference_type = types_pb2.FLOAT - toco_flags.allow_custom_ops = True; + toco_flags.allow_custom_ops = True model_flags = model_flags_pb2.ModelFlags() input_array = model_flags.input_arrays.add() input_array.name = TensorName(in_tensor)