mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-09 20:20:57 +00:00
Pylint cleanups
This commit is contained in:
parent
8d8396b07b
commit
a2128a4787
2 changed files with 5 additions and 1 deletions
|
@ -407,7 +407,6 @@ class Application(object):
|
|||
|
||||
def report(self, environ, calendars, content, user):
|
||||
"""Manage REPORT request."""
|
||||
# TODO: support multiple calendars here
|
||||
calendar = calendars[0]
|
||||
headers = {'Content-Type': 'text/xml'}
|
||||
answer = xmlutils.report(environ["PATH_INFO"], content, calendar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue