Fixed PEP8

This commit is contained in:
Akshay Joshi
2022-08-01 22:06:34 +05:30
parent 66a1123268
commit 352eb15dc7
3 changed files with 5 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ class KerberosAuthentication(BaseAuthentication):
del_creds = getattr(context, 'delegated_creds', None)
if del_creds:
deleg_creds = context.delegated_creds
del(deleg_creds)
del deleg_creds
def __auto_create_user(self, username):
"""Add the kerberos user to the internal SQLite database."""