mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03:00
Pylint, remove fixed todos
This commit is contained in:
parent
039e868e5f
commit
d11d4cc8c1
5 changed files with 3 additions and 5 deletions
|
@ -150,7 +150,7 @@ def propfind(path, xml_request, calendar, depth):
|
|||
element.append(tag)
|
||||
elif tag == _tag("C", "supported-calendar-component-set"):
|
||||
comp = ET.Element(_tag("C", "comp"))
|
||||
comp.set("name", "VTODO")
|
||||
comp.set("name", "VTODO") # pylint: disable=W0511
|
||||
element.append(comp)
|
||||
comp = ET.Element(_tag("C", "comp"))
|
||||
comp.set("name", "VEVENT")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue