Skip to content

Commit d72f5d7

Browse files
committed
Apply lintrunner formatting fixes
1 parent 2306d5e commit d72f5d7

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

codegen/api/et_cpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
tensorT,
4141
)
4242

43-
4443
if TYPE_CHECKING:
4544
from collections.abc import Sequence
4645

codegen/api/types/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
)
1717
from torchgen.model import BaseTy
1818

19-
2019
halfT = BaseCppType("torch::executor", "Half")
2120
bfloat16T = BaseCppType("torch::executor", "BFloat16")
2221
stringT = BaseCppType("torch::executor", "string_view")

runtime/core/portable_type/test/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../../../..)
1919

2020
include(${EXECUTORCH_ROOT}/tools/cmake/Test.cmake)
2121

22-
set(_test_srcs
23-
bfloat16_test.cpp
24-
dont_shadow_complex_test.c
25-
half_test.cpp
26-
scalar_test.cpp
27-
tensor_impl_test.cpp
28-
tensor_test.cpp
22+
set(_test_srcs bfloat16_test.cpp dont_shadow_complex_test.c half_test.cpp
23+
scalar_test.cpp tensor_impl_test.cpp tensor_test.cpp
2924
)
3025

3126
et_cxx_test(runtime_core_portable_type_test SOURCES ${_test_srcs} EXTRA_LIBS)

0 commit comments

Comments
 (0)