mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Pylint, remove fixed todos
This commit is contained in:
parent
039e868e5f
commit
d11d4cc8c1
5 changed files with 3 additions and 5 deletions
|
@ -135,7 +135,6 @@ class Calendar(object):
|
|||
|
||||
def __init__(self, path):
|
||||
"""Initialize the calendar with ``cal`` and ``user`` parameters."""
|
||||
# TODO: Use properties from the calendar configuration
|
||||
self.encoding = "utf-8"
|
||||
self.owner = path.split("/")[0]
|
||||
self.path = os.path.join(FOLDER, path.replace("/", os.path.sep))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue