Skip to content

Commit f56ad91

Browse files
committed
fix format
1 parent c632efe commit f56ad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ async def dual_mode_wrapper(*args, **kwargs):
812812
normalized_source = ast.unparse(parsed)
813813
clean_source = "".join(normalized_source.split()) + test_func.__name__
814814
func_hash = hashlib.sha256(clean_source.encode("utf-8")).hexdigest()[:12]
815-
dual_mode_wrapper._evaluator_id= f"{test_func.__name__}_{func_hash}"
815+
dual_mode_wrapper._evaluator_id = f"{test_func.__name__}_{func_hash}"
816816
except (OSError, TypeError, SyntaxError):
817817
pass
818818
dual_mode_wrapper._metainfo = {

0 commit comments

Comments
 (0)