From 6a8636ad21fa8737e484dda7fb2896124d8e1c27 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Sun, 4 Oct 2015 08:48:42 +0200 Subject: [PATCH] Remove unused import in SWF test --- tests/test_swf/test_activity_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_swf/test_activity_types.py b/tests/test_swf/test_activity_types.py index 91ea12576..c166b725f 100644 --- a/tests/test_swf/test_activity_types.py +++ b/tests/test_swf/test_activity_types.py @@ -3,7 +3,6 @@ from nose.tools import assert_raises from sure import expect from moto import mock_swf -from moto.swf.models import ActivityType from moto.swf.exceptions import ( SWFUnknownResourceFault, SWFTypeAlreadyExistsFault,