mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-27 09:15:50 +00:00
Remove useless multiline-ness
This commit is contained in:
parent
0cfdbf007a
commit
7132ccdebb
1 changed files with 1 additions and 2 deletions
|
|
@ -39,8 +39,7 @@ def load_config(fname, pair_options=('collections', 'conflict_resolution')):
|
|||
pair_name = section[len('pair '):]
|
||||
options = get_options(section)
|
||||
a, b = options.pop('a'), options.pop('b')
|
||||
p, s = \
|
||||
split_dict(options, lambda x: x in pair_options)
|
||||
p, s = split_dict(options, lambda x: x in pair_options)
|
||||
pairs[pair_name] = a, b, p, s
|
||||
|
||||
for section in c.sections():
|
||||
|
|
|
|||
Loading…
Reference in a new issue