Skip to content

Commit

Permalink
fix echo example on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Sep 27, 2019
1 parent bc6b2fd commit e147fea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
#
# Example code from Eventlet sources

from wsgiref.validate import validator

from gunicorn import __version__


@validator
def app(environ, start_response):
"""Simplest possible application object"""

Expand Down

0 comments on commit e147fea

Please sign in to comment.