From a8bc7a608e7b7de47b1f8ad1f9dec8ceecf2dd1c Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 30 Oct 2018 22:09:47 -0400 Subject: [PATCH] Lint. --- moto/ecs/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moto/ecs/exceptions.py b/moto/ecs/exceptions.py index a780dc7c..bb7e685c 100644 --- a/moto/ecs/exceptions.py +++ b/moto/ecs/exceptions.py @@ -10,4 +10,4 @@ class ServiceNotFoundException(RESTError): error_type="ServiceNotFoundException", message="The service {0} does not exist".format(service_name), template='error_json', - ) + )