Browse Source

Add third import group for consistency with PEP8

Alois Mahdal 5 years ago
parent
commit
e5f1740095
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      notes/style.md

+ 1
- 0
notes/style.md View File

@@ -84,6 +84,7 @@ Imports should be grouped in this order:
84 84
 
85 85
  1. standard library modules,
86 86
  2. related third party modules,
87
+ 3. local application/library specific imports,
87 88
 
88 89
 with empty line between the groups, and each group being sorted
89 90
 alphabetically.