remove picker spec

This commit is contained in:
Barrett Ruth 2025-09-24 20:08:23 -04:00
parent b70f38626e
commit a24ac2314c
2 changed files with 0 additions and 243 deletions

View file

@ -117,8 +117,6 @@ end
---@param contest_id string Contest identifier
---@return cp.ProblemItem[]
local function get_problems_for_contest(platform, contest_id)
local constants = require('cp.constants')
local platform_display_name = constants.PLATFORM_DISPLAY_NAMES[platform] or platform
local problems = {}
cache.load()