diff --git a/django/test/testcases.py b/django/test/testcases.py index d2c17357632..9598bd182ab 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()