Skip to content

Commit 45342a7

Browse files
committed
Lint
1 parent 01884b3 commit 45342a7

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
@@ -46,7 +46,7 @@ def load_torchcodec_extension():
4646
_get_extension_path(pybind_ops_library_name),
4747
)
4848
if spec is None:
49-
raise ImportError(f"Unable to load spec for pybind_ops")
49+
raise ImportError("Unable to load spec for pybind_ops")
5050

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

0 commit comments

Comments
 (0)