Commit 314f271
Fix pyre errors (#13202)
Summary:
attempt to fix
```
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:68:19] Undefined attribute [16]: `None` has no attribute `op`.
[executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py:69:20] Undefined attribute [16]: `None` has no attribute `meta`.
[executorch/exir/backend/test/test_backends_nested.py:200:20] Undefined attribute [16]: `None` has no attribute `meta`.
```
in D79768387
Reviewed By: cccclai, JacobSzwejbka
Differential Revision: D798282751 parent a84b3c9 commit 314f271
File tree
2 files changed
+10
-4
lines changed- exir/backend/test
- demos/rpc
2 files changed
+10
-4
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
69 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
0 commit comments