Skip to content

Commit 475604b

Browse files
committed
Undo comment move
1 parent 32a73fc commit 475604b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/torchcodec/_core/ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def create_from_file_like(
164164
assert _pybind_ops is not None
165165
return _create_from_file_like(
166166
_pybind_ops.create_file_like_context(
167-
file_like, False
168-
), # False means not for writing
167+
file_like, False # False means not for writing
168+
),
169169
seek_mode,
170170
)
171171

0 commit comments

Comments
 (0)