From 83c08b76556576dcea397f45f88ec4b50af08a85 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Mon, 26 Oct 2015 06:31:58 +0100 Subject: [PATCH] Remove unused import --- moto/swf/responses.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moto/swf/responses.py b/moto/swf/responses.py index 9000d03f0..334bac217 100644 --- a/moto/swf/responses.py +++ b/moto/swf/responses.py @@ -1,5 +1,4 @@ import json -import logging import six from moto.core.responses import BaseResponse