Object of type "Generator[None, None, None]" cannot be used with "with" because it does not correctly implement __enter__
Attribute "__enter__" is unknown Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
Object of type "Generator[None, None, None]" cannot be used with "with" because it does not correctly implement __exit__
Attribute "__exit__" is unknown Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)