make flake8 happy (sorry)

This commit is contained in:
AlessandroZ 2018-09-24 14:20:35 +02:00
parent a1e257c75c
commit 87c437e550
1 changed files with 1 additions and 2 deletions

View File

@ -113,9 +113,8 @@ class Credentials(object):
return
for creds in data:
creds = {k.lower(): v for k, v in creds.items()}
creds = {k.lower(): v for k, v in creds.items()}
found = False
c = {
'category': creds['category'],
'cid': creds.get('cid', creds.get('uid')),