Removing unreachable return

This commit is contained in:
Hahn Anselm 2020-05-03 20:15:11 +02:00
parent 595965c9c8
commit eeafd80912
1 changed files with 0 additions and 1 deletions

View File

@ -1168,7 +1168,6 @@ def _get_correct_mapping(original_index, nodes):
return node_indices[-1] return node_indices[-1]
else: else:
return original_index return original_index
return original_index
def _convert_op_hints_to_stubs_helper( def _convert_op_hints_to_stubs_helper(