Skip to content

Commit bd79ef2

Browse files
committed
Update
[ghstack-poisoned]
1 parent 5740f0a commit bd79ef2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backends/test/harness/stages/to_edge_transform_and_lower.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
)
99
from executorch.exir.backend.partitioner import Partitioner
1010

11-
from sympy.ntheory import generate
1211
from torch.export import ExportedProgram
1312

1413

backends/test/harness/tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _post(self, stage):
186186
def _run_stage(self, stage_instance, inputs=None, *args, **kwargs):
187187
assert isinstance(stage_instance, Stage)
188188
prev_stage_artifact = self._pre(stage_instance)
189-
stage_instance.run(prev_stage_artifact, inputs=inputs, *args, **kwargs)
189+
stage_instance.run(prev_stage_artifact, inputs=inputs, *args, **kwargs) # noqa
190190
self._post(stage_instance)
191191
return self
192192

0 commit comments

Comments
 (0)