From 73c5158e29dd1200cd14dc19855e5130ec9bdf31 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 15 Sep 2025 10:57:39 -0400 Subject: [PATCH] fix(ci): selene typing --- lua/cp/scrape.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cp/scrape.lua b/lua/cp/scrape.lua index 8e5c387..bde861a 100644 --- a/lua/cp/scrape.lua +++ b/lua/cp/scrape.lua @@ -119,7 +119,7 @@ function M.scrape_contest_metadata(platform, contest_id) end ---@param ctx ProblemContext ----@return {success: boolean, problem_id: string, test_count?: number, url?: string, error?: string} +---@return {success: boolean, problem_id: string, test_count?: number, test_cases?: table[], url?: string, error?: string} function M.scrape_problem(ctx) ensure_io_directory()