Skip to content

Commit 19e0517

Browse files
committed
lint
1 parent 0afe054 commit 19e0517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/torchcodec/_core/custom_ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#include <cstdint>
99
#include <sstream>
1010
#include <string>
11-
#include "c10/core/SymIntArrayRef.h"
12-
#include "c10/util/Exception.h"
1311
#include "AVIOFileLikeContext.h"
1412
#include "AVIOTensorContext.h"
1513
#include "Encoder.h"
1614
#include "SingleStreamDecoder.h"
1715
#include "ValidationUtils.h"
16+
#include "c10/core/SymIntArrayRef.h"
17+
#include "c10/util/Exception.h"
1818

1919
namespace facebook::torchcodec {
2020

0 commit comments

Comments
 (0)