fix(ci): typing

This commit is contained in:
Barrett Ruth 2025-09-21 00:15:53 -04:00
parent 3821174c6e
commit 18939a9d5f

View file

@ -326,7 +326,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
'-m',
'scrapers.' .. platform,
'tests',
problem.id,
prob.id,
}
else
args = {
@ -338,7 +338,7 @@ function M.scrape_problems_parallel(platform, contest_id, problems, config)
'scrapers.' .. platform,
'tests',
contest_id,
problem.id,
prob.id,
}
end