.. _not-async-context-manager: not-async-context-manager / E1701 ================================= **Message emitted:** Async context manager '%s' doesn't implement __aenter__ and __aexit__. **Description:** *Used when an async context manager is used with an object that does not implement the async context management protocol.* Created by ``async`` checker