Skip to content
Snippets Groups Projects
Commit 327ff77b authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Cleared TODO on model parameters

parent fc16982f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ router = APIRouter(
import model_server.extensions.ilastik.pipelines.px_then_ob
router.include_router(model_server.extensions.ilastik.pipelines.px_then_ob.router)
# TODO: move params models to router only; model classes to be created only with dict
class IlastikParams(BaseModel):
project_file: str = Field(description='(*.ilp) ilastik project filename')
duplicate: bool = Field(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment