Commit 7bfd09b8 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

Indentation error

Spun out of #1981 as [requested](https://github.com/tensorflow/models/pull/1981#issuecomment-316833033) by @derekjchow

Also, should there be __commas__ at the end of lines: 82, 84, 86, 88, 90, 92, and 94?
parent 6d140f13
...@@ -75,7 +75,7 @@ class LabelMapUtilTest(tf.test.TestCase): ...@@ -75,7 +75,7 @@ class LabelMapUtilTest(tf.test.TestCase):
with self.assertRaises(ValueError): with self.assertRaises(ValueError):
label_map_util.load_labelmap(label_map_path) label_map_util.load_labelmap(label_map_path)
def test_keep_categories_with_unique_id(self): def test_keep_categories_with_unique_id(self):
label_map_proto = string_int_label_map_pb2.StringIntLabelMap() label_map_proto = string_int_label_map_pb2.StringIntLabelMap()
label_map_string = """ label_map_string = """
item { item {
......
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