Skip to content

Commit 59602cd

Browse files
author
Dmytro Parfeniuk
committed
removed unused function
1 parent 14611ef commit 59602cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/guidellm/scheduler/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ def batch_size(self) -> Optional[int]:
235235

236236
return self._batch_size
237237

238-
async def _run_batch(self):
239-
pass
240-
241238
async def run(self) -> AsyncGenerator[SchedulerResult, None]:
242239
"""
243240
Run the scheduler to process requests based on the configured mode, rate,

0 commit comments

Comments
 (0)