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