Cleanup: line length

This commit is contained in:
2019-01-30 09:03:37 +11:00
parent 7d91ef0488
commit 7894d6c6f1
15 changed files with 48 additions and 24 deletions

View File

@@ -747,7 +747,12 @@ def BuildRNAInfo():
# for rna_info in InfoStructRNA.global_lookup.values():
# print(rna_info)
return InfoStructRNA.global_lookup, InfoFunctionRNA.global_lookup, InfoOperatorRNA.global_lookup, InfoPropertyRNA.global_lookup
return (
InfoStructRNA.global_lookup,
InfoFunctionRNA.global_lookup,
InfoOperatorRNA.global_lookup,
InfoPropertyRNA.global_lookup,
)
def main():