Skip to content

Commit 24fed1b

Browse files
committed
lint
1 parent 9c8bf6e commit 24fed1b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/torchcodec/_core/CpuDeviceInterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class CpuDeviceInterface : public DeviceInterface {
1818

1919
virtual ~CpuDeviceInterface() {}
2020

21-
2221
virtual void initialize(
2322
const AVStream* avStream,
2423
const UniqueDecodingAVFormatContext& avFormatCtx,

test/test_encoders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,4 +721,3 @@ def test_device_video_encoder(self, method, device, tmp_path):
721721
assert len(encoded_bytes) > 0
722722
else:
723723
raise ValueError(f"Unknown method: {method}")
724-

0 commit comments

Comments
 (0)