meta: small whitespace fixes
Remove an extra line and properly align an closing bracket.
This commit is contained in:
parent
475b41c49a
commit
91e7708d80
1 changed files with 1 additions and 2 deletions
|
|
@ -382,12 +382,11 @@ class ModuleInfo:
|
|||
targets = [(t, a) for a in assigns for t in targets(a)]
|
||||
values = {k: value(v) for k, v in targets if k in names}
|
||||
|
||||
|
||||
info = {
|
||||
'schema': {
|
||||
"1": values.get("SCHEMA", ""),
|
||||
"2": values.get("SCHEMA_2")
|
||||
},
|
||||
},
|
||||
'desc': doclist[0],
|
||||
'info': "\n".join(doclist[1:])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue