Skip to content

Commit f51cb66

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

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
@@ -54,7 +54,6 @@ def reset(self) -> None:
5454
self.in_memory_data.clear()
5555

5656

57-
# Use contextvars for thread-safe, request-scoped state
5857
_deployment_context: contextvars.ContextVar[_DeploymentState] = (
5958
contextvars.ContextVar("deployment_context", default=_DeploymentState())
6059
)

0 commit comments

Comments
 (0)