fix(ci): selene warnings

This commit is contained in:
Barrett Ruth 2025-09-12 17:35:18 -05:00
parent 5313ecce17
commit 9e908a1bc2

View file

@ -16,10 +16,6 @@ if not vim.fn.has("nvim-0.10.0") then
return M
end
local function get_plugin_path()
local plugin_path = debug.getinfo(1, "S").source:sub(2)
return vim.fn.fnamemodify(plugin_path, ":h:h:h")
end
local competition_types = { "atcoder", "codeforces", "cses" }