From 2e085ccf1a55cb1e28463e8e6b22cf59603fa072 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Tue, 24 Dec 2024 10:41:53 -0500 Subject: [PATCH] more lint --- tests/unit/compiler/venom/test_make_ssa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/compiler/venom/test_make_ssa.py b/tests/unit/compiler/venom/test_make_ssa.py index 6d4bbf90b8..7f6b2c0cba 100644 --- a/tests/unit/compiler/venom/test_make_ssa.py +++ b/tests/unit/compiler/venom/test_make_ssa.py @@ -50,4 +50,3 @@ def test_phi_case(): } """ _check_pre_post(pre, post) -