Cleanup lints.

This commit is contained in:
Steve Pulec 2017-03-12 20:18:49 -04:00
commit 0e2fdf94f9
4 changed files with 4 additions and 3 deletions

View file

@ -232,7 +232,6 @@ class IamResponse(BaseResponse):
template = self.response_template(USER_TEMPLATE)
return template.render(action='Create', user=user)
def get_user(self):
user_name = self._get_param('UserName')
user = iam_backend.get_user(user_name)