From f81f248dde9829b947d6011abc6ef9f2cb4bb4ce Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 17 Feb 2016 19:51:18 +0100 Subject: [PATCH] Stylefix --- tests/test_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_sync.py b/tests/test_sync.py index 8c5fed1..ef31383 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -import pytest - from copy import deepcopy +import pytest + import vdirsyncer.exceptions as exceptions from vdirsyncer.storage.base import Item from vdirsyncer.storage.memory import MemoryStorage