We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01884b3 commit 45342a7Copy full SHA for 45342a7
src/torchcodec/decoders/_core/ops.py
@@ -46,7 +46,7 @@ def load_torchcodec_extension():
46
_get_extension_path(pybind_ops_library_name),
47
)
48
if spec is None:
49
- raise ImportError(f"Unable to load spec for pybind_ops")
+ raise ImportError("Unable to load spec for pybind_ops")
50
51
global _pybind_ops
52
_pybind_ops = importlib.util.module_from_spec(spec)
0 commit comments