Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 176 Bytes

wrong-import-order.md

File metadata and controls

7 lines (4 loc) · 176 Bytes

Pattern: Wrong import order

Issue: -

Description

Used when PEP 8 import order is not respected (standard imports first, then third-party libraries, then local imports).