Skip to content

Commit eb28bee

Browse files
committed
fix unused variable in test
1 parent e084e6a commit eb28bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_smolagents_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_audio_tool(shared_datadir):
234234
pytest.skip(
235235
"TorchCodec not installed; install torchcodec to run test_audio_tool. (uv add mcpadapt[audio])"
236236
)
237-
except RuntimeError as e:
237+
except RuntimeError:
238238
pytest.skip(
239239
"Couldn't load AudioDecoder from torchcodec. Likely because of runtime depedency (ffmpeg not installed or incompatible torch version)"
240240
)

0 commit comments

Comments
 (0)