yapf lint

This commit is contained in:
lukew3
2023-06-02 10:31:59 -04:00
parent c6ddbbade9
commit 966419d04c
13 changed files with 108 additions and 108 deletions

View File

@@ -142,7 +142,7 @@ def main():
for write_line in write_list:
lines.append(write_line)
with open('../README.md', "w", encoding = 'utf-8') as g:
with open('../README.md', "w", encoding='utf-8') as g:
g.writelines(lines)
print("New README.md table generated")