From 30ab52ea4c798e62461bd6b7c983274e02efb687 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 26 Sep 2016 13:28:57 +0200 Subject: [PATCH] Stylefix --- tests/test_sync.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_sync.py b/tests/test_sync.py index 29a4858..8726cd9 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from random import random from copy import deepcopy import hypothesis.strategies as st @@ -507,7 +506,7 @@ class SyncMachine(RuleBasedStateMachine): sync(a, b, status, force_delete=force_delete, conflict_resolution=conflict_resolution) - except ActionIntentionallyFailed as e: + except ActionIntentionallyFailed: assert status == old_status failed_sync = True except BothReadOnly: