Skip to content

Commit 087fe59

Browse files
authored
Patch to D73900459 (#10604)
Summary: Fixes buck build errors in D73900459 Differential Revision: D74008108
1 parent b86f5af commit 087fe59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exir/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python_library(
1515
":types",
1616
"//caffe2:torch",
1717
"//executorch/exir/operator:convert",
18-
"//executorch/exir/operator::util",
18+
"//executorch/exir/operator:util",
1919
"//executorch/extension/pytree:pylib",
2020
],
2121
)

exir/passes/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ python_library(
119119
"//caffe2:torch",
120120
"//executorch/exir/dialects:lib",
121121
"//executorch/exir/dialects/edge:lib",
122-
"//executorch/exir/operator::util",
122+
"//executorch/exir/operator:util",
123123
"//executorch/exir/passes:replace_aten_with_edge_pass",
124124
],
125125
)

0 commit comments

Comments
 (0)