E1701 not-async-context-managerΒΆ

Message

"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.