weird comment not needed and removed on advanced options
This commit is contained in:
parent
03e042e91f
commit
ba62bc4dac
@ -2,7 +2,6 @@ from pydantic import BaseModel
|
|||||||
from typing import List, Optional, Dict
|
from typing import List, Optional, Dict
|
||||||
|
|
||||||
class AdvancedOptions(BaseModel):
|
class AdvancedOptions(BaseModel):
|
||||||
# will supported currently
|
|
||||||
linearity_check: bool
|
linearity_check: bool
|
||||||
show_progress: bool
|
show_progress: bool
|
||||||
max_solution_time: Optional[int]
|
max_solution_time: Optional[int]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user