Facepalm moment: I once had a syntax error python because I accidentally typed `=` instead of `==` in a condition. Python was like "nope, not today."
Maybe run your code through black (the formatter)? It can sometimes auto-fix weird indentation issues.
Maybe run your code through black (the formatter)? It can sometimes auto-fix weird indentation issues.
