1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Remove unused code

This commit is contained in:
Unrud 2020-02-20 10:41:33 +01:00
parent 8890a4c030
commit d3b632e123
2 changed files with 1 additions and 22 deletions

View file

@ -83,7 +83,6 @@ class ParallelHTTPServer(socketserver.ThreadingMixIn,
return super().finish_request(request, client_address)
def finish_request(self, request, client_address):
"""Don't overwrite this! (Modified by tests.)"""
*client_address, client_socket = client_address
client_address = tuple(client_address)
try: