summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/testcases.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/test/testcases.py b/django/test/testcases.py
index d2c1735763..9598bd182a 100644
--- a/django/test/testcases.py
+++ b/django/test/testcases.py
@@ -1069,9 +1069,6 @@ class LiveServerThread(threading.Thread):
self.is_ready.set()
def terminate(self):
- """
- Shuts down live WSGI server.
- """
if hasattr(self, 'httpd'):
# Stop the WSGI server
self.httpd.shutdown()