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

@@ -102,8 +102,8 @@ def main():
item_in_group = {}
for i in all_items:
for g in all_groups:
item_in_group[(i, g)] = model.NewBoolVar(
'item %d in group %d' % (i, g))
item_in_group[(i, g)] = model.NewBoolVar('item %d in group %d' %
(i, g))
# Each group must have the same size.
for g in all_groups: