Apply yapf on examples/python/*.py
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user