Pattern: Async context manager is missing __aenter__/__aexit__ Issue: - Description Used when an async context manager is used with an object that does not implement the async context management protocol.