Skip to content

Commit b154f22

Browse files
committed
Lint
1 parent 4553d02 commit b154f22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8539,7 +8539,7 @@ def test_cli_with_input_list_assignment(self):
85398539
device_output = torch.load(output_file, weights_only=True)
85408540
golden_output = ep.module()(sample_input, sample_input2)
85418541
self._assert_outputs_equal(golden_output, device_output)
8542-
8542+
85438543
def test_custom_op(self):
85448544
if not self.required_envs([self.op_package_dir]):
85458545
self.skipTest("missing required envs")
@@ -8575,7 +8575,7 @@ def test_custom_op(self):
85758575
p.communicate()
85768576
msg = json.loads(conn.recv())
85778577
self.assertTrue(msg["is_close"])
8578-
8578+
85798579
def test_debugger_generate_optrace(self):
85808580
cmds = [
85818581
"python",
@@ -8614,7 +8614,7 @@ def test_debugger_generate_optrace(self):
86148614
with open(qhas, "r") as qhas_file:
86158615
qhas_data = json.load(qhas_file)
86168616
self.assertIn("data", qhas_data)
8617-
8617+
86188618
def test_intermediate_debugger(self):
86198619
cmds = [
86208620
"python",

0 commit comments

Comments
 (0)