Skip to content

Commit 2bc6bc5

Browse files
committed
fix rebase
1 parent cbee5d6 commit 2bc6bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ def check_match(testcase: Testcase, ext: str, bar: ProgressBar) -> None:
10891089
if updated:
10901090
meta_yaml.write()
10911091

1092-
def generate_from_solution(testcase: Testcase, bar: ProgressBar) -> bool:
1092+
def generate_from_solution(testcase: Testcase) -> bool:
10931093
nonlocal meta_yaml
10941094

10951095
if testcase.root in [

0 commit comments

Comments
 (0)