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