pylint: remove unused variable

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Alexander Bokovoy
2020-10-28 19:37:11 +02:00
committed by Rob Crittenden
parent 2f8eb73f58
commit 9ba0494c26

View File

@@ -972,7 +972,7 @@ class login_password(Backend, KerberosSession):
try:
query_dict = parse_qs(query_string)
except Exception as e:
except Exception:
return self.bad_request(environ, start_response, "cannot parse query data")
user = query_dict.get('user', None)