Fix all Python files to work with Python2 and Gunicorn/Heroku
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
|
||||
def ducks_get() -> str:
|
||||
def ducks_get():
|
||||
return 'do some magic!'
|
||||
|
Reference in New Issue
Block a user