mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Python] Use consistent import ordering for Python code
Ordering used: 1.) standard library imports 2.) third party imports 3.) local package imports Each group is individually alphabetized.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
import pass_pipeline as ppipe
|
||||
|
||||
import passes as p
|
||||
|
||||
def diagnostic_passlist():
|
||||
|
||||
Reference in New Issue
Block a user