PEP8 formatting cleanups.

这个提交包含在:
Craig Warren
2016-08-10 13:56:15 +01:00
父节点 0d24fe7e7a
当前提交 75a8ef43e2
共有 9 个文件被更改,包括 27 次插入31 次删除

查看文件

@@ -1,6 +1,7 @@
[flake8]
max-line-length = 200
# E402, module level import not at top of file
# E501, line too long
# F401, module imported but unused
ignore = E501, F401
ignore = E402, E501, F401