Apply yapf on examples/python/*.py

This commit is contained in:
Corentin Le Molgat
2018-11-28 10:56:33 +01:00
parent f2573d33b1
commit c2ae098d34
39 changed files with 1168 additions and 1408 deletions

View File

@@ -80,8 +80,8 @@ class RandomMatrix(object):
distance_max)
def Distance(self, manager, from_index, to_index):
return self.matrix[manager.IndexToNode(from_index)][
manager.IndexToNode(to_index)]
return self.matrix[manager.IndexToNode(from_index)][manager.IndexToNode(
to_index)]
def main(args):