mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
Fix style issue
This commit is contained in:
parent
8ab9c429cc
commit
55c2d1f619
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ class FilesystemStorage(Storage):
|
|||
if not isinstance(item.raw, text_type):
|
||||
raise TypeError('item.raw must be a unicode string.')
|
||||
|
||||
|
||||
try:
|
||||
with atomic_write(fpath, binary=True, overwrite=False) as f:
|
||||
f.write(item.raw.encode(self.encoding))
|
||||
|
|
|
|||
Loading…
Reference in a new issue