How do I rectify the error \"unexpected indent\" in python?
Run the following command to get it solved :
autopep8 -i .py
This will update your code and solve all indentation Errors :)
Hope this will solve