aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_wsgi.py')
-rw-r--r--test/test_wsgi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_wsgi.py b/test/test_wsgi.py
index fe6f09b5..ec6e8c63 100644
--- a/test/test_wsgi.py
+++ b/test/test_wsgi.py
@@ -12,8 +12,6 @@ def tflow():
class TestApp:
- def __init__(self):
- self.called = False
def __call__(self, environ, start_response):
self.called = True