From de532b93b78a01763ac622bd538ce12c41b86893 Mon Sep 17 00:00:00 2001 From: Mike Liu Date: Thu, 9 Aug 2018 10:53:32 -0400 Subject: [PATCH] Fix flake8. Remove extra whitespace. --- moto/ssm/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moto/ssm/models.py b/moto/ssm/models.py index 65d2f7b87..f16a7d981 100644 --- a/moto/ssm/models.py +++ b/moto/ssm/models.py @@ -202,7 +202,6 @@ class Command(BaseModel): 'InvocationDoesNotExist', 'An error occurred (InvocationDoesNotExist) when calling the GetCommandInvocation operation') - return invocation