Skip to content

Commit 6d036f8

Browse files
committed
Apply copliot fixes
Signed-off-by: Samuel Monson <smonson@redhat.com>
1 parent c8e9ff9 commit 6d036f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guidellm/extras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Code that depends on optional dependencies.
3-
Each submodule should be defered imported.
3+
Each submodule should be deferred imported.
44
"""

src/guidellm/extras/multimodal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def encode_audio(
269269
],
270270
str | int | float | None,
271271
]:
272-
"""Decode audio (if nessary) and re-encode to specified format."""
272+
"""Decode audio (if necessary) and re-encode to specified format."""
273273
samples = _decode_audio(audio, sample_rate=sample_rate, max_duration=max_duration)
274274

275275
bitrate_val = (

0 commit comments

Comments
 (0)