keyring
keyring copied to clipboard
clean unused misleading param in get_tokens()
Description
This pull request cleans unused param that is misleading since at first sight we might think that by supplying id
as a param to get_tokens($id)
would return unique result.
In reality, this param is not used at all.
After check for possible parent/child classes, it looks like this is just a leftover.