mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove unused constant
This commit is contained in:
parent
087312adb5
commit
110f5ca772
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ from lxml import etree
|
|||
dav_logger = log.get(__name__)
|
||||
|
||||
CALDAV_DT_FORMAT = '%Y%m%dT%H%M%SZ'
|
||||
CONFIG_DT_FORMAT = '%Y-%m-%d'
|
||||
|
||||
|
||||
class DavStorage(Storage):
|
||||
|
|
|
|||
Loading…
Reference in a new issue