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