Skip to content

Commit f15385e

Browse files
committed
Fix missing import in scheduler.__init__
Signed-off-by: Samuel Monson <[email protected]>
1 parent 275a9f2 commit f15385e

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)