weird comment not needed and removed on advanced options

This commit is contained in:
Josh Burman 2021-09-14 14:10:38 -04:00
parent 03e042e91f
commit ba62bc4dac

View File

@ -2,7 +2,6 @@ from pydantic import BaseModel
from typing import List, Optional, Dict
class AdvancedOptions(BaseModel):
# will supported currently
linearity_check: bool
show_progress: bool
max_solution_time: Optional[int]