Skip to content

Commit

Permalink
Merge pull request tensorflow#2103 from cclauss/patch-3
Browse files Browse the repository at this point in the history
Indentation error
  • Loading branch information
derekjchow authored Aug 3, 2017
2 parents 5afeec2 + 7bfd09b commit 424f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_detection/utils/label_map_util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_load_bad_label_map(self):
with self.assertRaises(ValueError):
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_string = """
item {
Expand Down

0 comments on commit 424f8da

Please sign in to comment.