Skip to content

Commit 365cab3

Browse files
authored
Clean up test type dispatches (#14228)
Summary: use expand decorator in test type dispatches Differential Revision: D82239681
1 parent 41c2a62 commit 365cab3

File tree

2 files changed

+295
-590
lines changed

2 files changed

+295
-590
lines changed

backends/cadence/aot/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ python_unittest(
344344
typing = True,
345345
deps = [
346346
":ops_registrations",
347+
":typing_stubs",
347348
":type_dispatch",
348349
"//caffe2:torch",
349350
"//executorch/backends/cadence/aot:graph_builder",

0 commit comments

Comments
 (0)