Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 220 Bytes

not-async-context-manager.md

File metadata and controls

7 lines (4 loc) · 220 Bytes

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.