indentation contains mixed spaces and tabs
标签:
pep8mixedspacestabs |
分类: Python |
python pep8 提示indentation contains mixed spaces and
tabs,使用编辑工具,sublime text 3
解决方案:
右下角点击tab size(或者显示spces)的选项
选择convert indentation to tabs 或者 convert indetation to
spaces即可

加载中…