Commits

practicalswift committed 183da818dfd
[Python] Fix five classes of PEP-8 violations (E101/E111/E128/E302/W191) * E101: indentation contains mixed spaces and tabs * E111: indentation is not a multiple of four * E128: continuation line under-indented for visual indent * E302: expected 2 blank lines, found 1 * W191: indentation contains tabs