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

@@ -46,8 +46,7 @@ def RunAssignmentOn4x4Matrix():
print('No perfect matching exists.')
elif solve_status == assignment.POSSIBLE_OVERFLOW:
print(
'Some input costs are too large and may cause an integer overflow.'
)
'Some input costs are too large and may cause an integer overflow.')
def main():