this code was previously ok, but is now triggering E275 on the `match` line: ```python class Found(NamedTuple): y: int match: Match[str] ```