mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
stylefix
This commit is contained in:
parent
511f427a77
commit
579b2ca5d9
1 changed files with 0 additions and 3 deletions
|
|
@ -367,9 +367,6 @@ class DAVStorage(RustStorageMixin, Storage):
|
||||||
d = cls.discovery_class(session, kwargs)
|
d = cls.discovery_class(session, kwargs)
|
||||||
return d.create(collection)
|
return d.create(collection)
|
||||||
|
|
||||||
def _is_item_mimetype(self, mimetype):
|
|
||||||
return _fuzzy_matches_mimetype(self.item_mimetype, mimetype)
|
|
||||||
|
|
||||||
def get_meta(self, key):
|
def get_meta(self, key):
|
||||||
try:
|
try:
|
||||||
tagname, namespace = self._property_table[key]
|
tagname, namespace = self._property_table[key]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue