examples: Fix main default parameter
This commit is contained in:
@@ -28,7 +28,7 @@ from ortools.sat.python import visualization
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
def main(_):
|
||||
def main(_=None):
|
||||
"""Solves the gate scheduling problem."""
|
||||
model = cp_model.CpModel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user