mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix styling
This commit is contained in:
parent
e457586b29
commit
96e7c4da37
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import os
|
||||||
from vdirsyncer.cli.config import _resolve_conflict_via_command
|
from vdirsyncer.cli.config import _resolve_conflict_via_command
|
||||||
from vdirsyncer.utils.vobject import Item
|
from vdirsyncer.utils.vobject import Item
|
||||||
|
|
||||||
|
|
||||||
def test_conflict_resolution_command():
|
def test_conflict_resolution_command():
|
||||||
def check_call(command):
|
def check_call(command):
|
||||||
command, a_tmp, b_tmp = command
|
command, a_tmp, b_tmp = command
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue