The 'type: ignore' comment makes errors on my machine,If djangorestframework-stubs does not contain the stub for
but removing it errors on Jenkins`format_suffix_patterns`, then mypy does not see any issue on passing it
a `List[object]` as argument, so the `# type: ignore` is useless,
so mypy complains about it.
So I'm fixing it by removing the name clash.