Changes

Pywikibot 6.4.0
local categ = {}

function categ.for_unused_args(categories, banner_config, banner_hooks, banner_name)
categories[#categories + 1] = banner_name .. ' with unused parameters'
end

return categ