Fix the following error.
$ mypy src
src/anyconfig/processors/utils.py:217: error: A function returning TypeVar should receive at least one argument containing the same TypeVar [type-var]
src/anyconfig/processors/utils.py:217: note: Consider using the upper bound "Processor" instead