Add an empty line to the end of your .py file (like in the picture line 21). Without any indent. This is it!
4. Sep 2019 | Robert
W292 no newline at the end of file – how to fix
This is PEP8 error if you do not add an empty line to the end of your file.
I think you meant “indent” not intent
You are correct! Thank you 🙂