| 1 | # ruff: noqa: E501, A001, A002, A006 |
| 2 | # A001 Variable `input` is shadowing a Python builtin |
| 3 | # A002 Function argument `input` is shadowing a Python builtin |
| 4 | # A006 Lambda argument `input` is shadowing a Python builtin |
nothing calls this directly
no test coverage detected