From 6fd62d9b92a75129c652babec2697bc3cc86ccc4 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Wed, 18 Sep 2024 15:45:44 -0400 Subject: [PATCH] fix lint --- tests/unit/ast/nodes/test_hex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/ast/nodes/test_hex.py b/tests/unit/ast/nodes/test_hex.py index 25c70bf68f..7168defa99 100644 --- a/tests/unit/ast/nodes/test_hex.py +++ b/tests/unit/ast/nodes/test_hex.py @@ -35,7 +35,7 @@ def foo(): """, """ foo: constant(bytes4) = 0X12345678 - """ + """, ]