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 @@ def SolveAndPrint(solver, variable_list):
def Announce(solver, api_type):
print(('---- Integer programming example with ' + solver + ' (' + api_type
+ ') -----'))
print(('---- Integer programming example with ' + solver + ' (' + api_type +
') -----'))
def RunAllIntegerExampleNaturalLanguageAPI():