Skip to content

Commit 9327708

Browse files
authored
Delete unused import statement for Executorch TOSA dialect (#12269)
### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
1 parent 4da1fa1 commit 9327708

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/arm/_passes/arm_pass_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# LICENSE file in the root directory of this source tree.
77

88
# pyre-unsafe
9-
10-
import executorch.backends.arm.tosa.dialect # noqa: unused
119
from executorch.backends.arm._passes import (
1210
AddBiasPass,
1311
AnnotateChannelsLastDimOrder,

0 commit comments

Comments
 (0)