-
W. Trevor King authored
Following PEP 8 [1]: Imports should usually be on separate lines, e.g.: Yes: import os import sys No: import sys, os This also makes it easier to read diffs that add and remove imports, since you won't need a word-diff to see exactly what changed. [1]: http://legacy.python.org/dev/peps/pep-0008/#imports Conflicts: irkerd
W. Trevor King authoredFollowing PEP 8 [1]: Imports should usually be on separate lines, e.g.: Yes: import os import sys No: import sys, os This also makes it easier to read diffs that add and remove imports, since you won't need a word-diff to see exactly what changed. [1]: http://legacy.python.org/dev/peps/pep-0008/#imports Conflicts: irkerd
Code owners
Assign users and groups as approvers for specific file changes. Learn more.