Skip to content

Commit e55f50c

Browse files
Formatting
1 parent 6cf155c commit e55f50c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inference/core/entities/requests/workflows.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class WorkflowInferenceRequest(BaseModel):
2626
"on Roboflow platform.",
2727
)
2828
workflow_id: Optional[str] = Field(
29-
default=None,
30-
description="Optional identifier of workflow"
29+
default=None, description="Optional identifier of workflow"
3130
)
3231

3332

0 commit comments

Comments
 (0)