Skip to content

Commit f998e67

Browse files
committed
Fix missing import in scheduler.__init__
1 parent c1f3e57 commit f998e67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guidellm/scheduler/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
RequestsWorker,
2323
ResolveStatus,
2424
WorkerDescription,
25-
WorkerProcessRequest,
2625
WorkerProcessResult,
2726
)
2827

@@ -46,7 +45,6 @@
4645
"SynchronousStrategy",
4746
"ThroughputStrategy",
4847
"WorkerDescription",
49-
"WorkerProcessRequest",
5048
"WorkerProcessResult",
5149
"strategy_display_str",
5250
]

0 commit comments

Comments
 (0)