Skip to content

Commit 2b4f213

Browse files
committed
Close paren
1 parent f4ece88 commit 2b4f213

File tree

1 file changed

+1
-1
lines changed
  • src/torchcodec/decoders/_core

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def load_torchcodec_extension():
4545
_get_extension_path(pybind_ops_library_name),
4646
)
4747
if spec is None:
48-
raise ImportError(f"Unable to load spec for pybind_ops {_get_extension_path(pybind_ops_library_name}")
48+
raise ImportError(f"Unable to load spec for pybind_ops {_get_extension_path(pybind_ops_library_name)}")
4949

5050
global _pybind_ops
5151
_pybind_ops = importlib.util.module_from_spec(spec)

0 commit comments

Comments
 (0)