DearPyGui
DearPyGui copied to clipboard
Mixed indentation in dearpygui.py (tabs + spaces)
Version of Dear PyGui
Version: 2.1.0 Operating System: Windows 10
My Issue/Question
IDE failure due to: Mixed indentation in dearpygui.py (tabs + spaces)
Had to correct with: >py -m reindent -r -v "C:\Users...\AppData\Local\Programs\Python\Python313\Lib\site-packages\dearpygui"
To Reproduce
I am using the Wingware IDE which has very careful tab/space indentation checking. I am using Wing Personal 10.0.9.0 (rev ce06f0ac5b83)
Expected behavior
This was a new pip install to latest version, should not have this problem, but fix was easy. Runs fine after the above fix.