Skip to content

Commit 62e8028

Browse files
authored
[vim] Adding a new line before the section of imports
... to satisfy pylint and fix the build. ``` Script: -- /usr/bin/python /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/utils/python_lint.py -- Exit Code: 1 Command Output (stdout): -- ./utils/vim/swift-format.py:36:1: I201 Missing newline before sections or imports. -- ```
1 parent ba9202e commit 62e8028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/vim/swift-format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import platform
3434
import subprocess
3535
import sys
36+
3637
import vim
3738

3839
binary = 'swift-format'

0 commit comments

Comments
 (0)