Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 219 Bytes

File metadata and controls

5 lines (4 loc) · 219 Bytes

Async Context Manager With Regular With (E1145)

Context manager '%s' is async and should be used with 'async with'. Used when an async context manager is used with a regular 'with' statement instead of 'async with'.