From aa9e9cd7e620ecb0fd6ca415baa3f9fcb331d643 Mon Sep 17 00:00:00 2001 From: Ryan Spring Date: Sat, 24 Aug 2024 16:25:38 -0700 Subject: [PATCH] lint --- tests/python/opinfo_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/opinfo_framework.py b/tests/python/opinfo_framework.py index 5e2b31b5136..db604bda936 100644 --- a/tests/python/opinfo_framework.py +++ b/tests/python/opinfo_framework.py @@ -81,4 +81,4 @@ def __init__(self, opinfos, *, scope=None): if scope is None: previous_frame = inspect.currentframe().f_back scope = previous_frame.f_globals - self.scope = scope \ No newline at end of file + self.scope = scope