examples: Fix main default parameter
This commit is contained in:
@@ -72,7 +72,7 @@ def MinCostFlow():
|
||||
print('There was an issue with the min cost flow input.')
|
||||
|
||||
|
||||
def main(_):
|
||||
def main(_=None):
|
||||
MaxFlow()
|
||||
MinCostFlow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user