Fix all Python files to work with Python2 and Gunicorn/Heroku

This commit is contained in:
Gergely Polonkai
2016-10-27 20:52:20 +02:00
parent cc17fc634f
commit a6a74fa56c
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,2 @@
def ducks_get() -> str:
def ducks_get():
return 'do some magic!'