mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -117,7 +117,7 @@ class PseudoNamespace(dict):
|
||||
for key in iterable:
|
||||
self[key] = iterable[key]
|
||||
else:
|
||||
for (k, v) in iterable:
|
||||
for k, v in iterable:
|
||||
self[k] = v
|
||||
for k in kw:
|
||||
self[k] = kw[k]
|
||||
|
||||
Reference in New Issue
Block a user