From cf17ac05093043706e719745f278e63bb2fb3eba Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 29 Apr 2016 20:17:25 +0200 Subject: [PATCH] Stylefix --- tests/test_sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_sync.py b/tests/test_sync.py index 973bb93..468fcae 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -396,7 +396,6 @@ def test_unicode_hrefs(): sync(a, b, status) - class SyncMachine(RuleBasedStateMachine): Status = Bundle('status') Storage = Bundle('storage')