Skip to content

Commit edd6317

Browse files
Update imports in src/guidellm/benchmark/output.py
Co-authored-by: Samuel Monson <[email protected]> Signed-off-by: Jared O'Connell <[email protected]>
1 parent 33effe6 commit edd6317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guidellm/benchmark/output.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
safe_format_timestamp,
3838
split_text_list_by_length,
3939
)
40-
from guidellm.utils.dict import recursive_key_update
41-
from guidellm.utils.text import camelize_str
40+
from guidellm.utils import recursive_key_update, camelize_str
4241

4342
__all__ = [
4443
"GenerativeBenchmarkerCSV",

0 commit comments

Comments
 (0)