mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Remove useless nested tuples
This commit is contained in:
parent
68e1e9dfb2
commit
88d558f9fa
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class Application:
|
|||
def __call__(self, environ, start_response):
|
||||
"""Manage a request."""
|
||||
|
||||
def response(status, headers=(()), answer=None):
|
||||
def response(status, headers=(), answer=None):
|
||||
headers = dict(headers)
|
||||
# Set content length
|
||||
if answer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue