Skip to content

Commit 5134aff

Browse files
committed
Undo in order to merge
1 parent c7d9df3 commit 5134aff

File tree

1 file changed

+0
-2
lines changed
  • src/torchcodec/decoders/_core

1 file changed

+0
-2
lines changed

src/torchcodec/decoders/_core/ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def load_torchcodec_extension():
4444
pybind_ops_module_name,
4545
_get_extension_path(pybind_ops_library_name),
4646
)
47-
if spec is None:
48-
raise RuntimeError("spec is None")
4947

5048
global _pybind_ops
5149
_pybind_ops = importlib.util.module_from_spec(spec)

0 commit comments

Comments
 (0)