pep8 fix
This commit is contained in:
parent
d1545b9379
commit
23de8f4703
@ -20,8 +20,8 @@ def to_d(l):
|
||||
"""
|
||||
_d = {}
|
||||
for x in l:
|
||||
for k, v in x.items():
|
||||
_d[k] = v
|
||||
for k, v in x.items():
|
||||
_d[k] = v
|
||||
return _d
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user