Skip to content

Commit 4f09054

Browse files
safoinmeschustmi
andauthored
Update src/zenml/deployers/server/runtime.py
Co-authored-by: Michael Schuster <[email protected]>
1 parent 8dbb11b commit 4f09054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zenml/deployers/server/runtime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class _DeploymentState(BaseModel):
3939
snapshot_id: Optional[str] = None
4040
pipeline_parameters: Dict[str, Any] = Field(default_factory=dict)
4141
outputs: Dict[str, Dict[str, Any]] = Field(default_factory=dict)
42-
# Per-request in-memory mode override
4342

4443
# In-memory data storage for artifacts
4544
in_memory_data: Dict[str, Any] = Field(default_factory=dict)

0 commit comments

Comments
 (0)