From 96e7c4da370ae306e760789a874c238374b03508 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 27 Feb 2017 00:43:21 +0100 Subject: [PATCH] Fix styling --- tests/unit/cli/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/cli/test_config.py b/tests/unit/cli/test_config.py index 53e46ca..e391011 100644 --- a/tests/unit/cli/test_config.py +++ b/tests/unit/cli/test_config.py @@ -3,6 +3,7 @@ import os from vdirsyncer.cli.config import _resolve_conflict_via_command from vdirsyncer.utils.vobject import Item + def test_conflict_resolution_command(): def check_call(command): command, a_tmp, b_tmp = command