I'm getting this weird "End of statement expected" warning inside of a comment, which functions as a Python 2/3 type hint:
Any ideas, what is wrong with those type-hints and why I am getting this warning?
I am using PyCharm Professional 2018.2.3 with Python 3.6 (Anaconda).
