gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
897 stars 308 forks source link

Remove lone type hint #35

Open Kyle-Verhoog opened 4 years ago

Kyle-Verhoog commented 4 years ago

There's just one type hint in this repo and it breaks Python 2 compatibility. I know, Python 2 is EOL, But it's the only thing breaking Python 2 compatibility... 😄