Convert tabs to spaces.
The indent space is not PEP 8, but at least it runs on Python 3. PEP 8 says indent levels s/b 4 spaces. Somone forgot that tabs (8) is not shiftwidth (4)
Loading
Please register or sign in to comment
The indent space is not PEP 8, but at least it runs on Python 3. PEP 8 says indent levels s/b 4 spaces. Somone forgot that tabs (8) is not shiftwidth (4)