mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #1526 from practicalswift/fix-pep8-violations-ii
[Python] Fix five classes of PEP-8 violations (E101/E111/E128/E302/W191)
This commit is contained in:
@@ -14,6 +14,7 @@ import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
||||
def usage():
|
||||
sys.stderr.write(__doc__.strip() + "\n")
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user