mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefix
This commit is contained in:
parent
5f76c9e720
commit
30ab52ea4c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from random import random
|
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
|
|
||||||
import hypothesis.strategies as st
|
import hypothesis.strategies as st
|
||||||
|
|
@ -507,7 +506,7 @@ class SyncMachine(RuleBasedStateMachine):
|
||||||
sync(a, b, status,
|
sync(a, b, status,
|
||||||
force_delete=force_delete,
|
force_delete=force_delete,
|
||||||
conflict_resolution=conflict_resolution)
|
conflict_resolution=conflict_resolution)
|
||||||
except ActionIntentionallyFailed as e:
|
except ActionIntentionallyFailed:
|
||||||
assert status == old_status
|
assert status == old_status
|
||||||
failed_sync = True
|
failed_sync = True
|
||||||
except BothReadOnly:
|
except BothReadOnly:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue