fixed lint errors

This commit is contained in:
lukew3
2021-10-09 04:05:56 -04:00
parent 576be175a9
commit 904ef2b032
12 changed files with 37 additions and 82 deletions

View File

@@ -13,4 +13,5 @@ else:
file = './futureGenerators.md'
with open(file, 'a') as f:
f.writelines(f'| {title} | {example_problem} | {example_solution} | {further_explanation} |\n')
f.writelines(
f'| {title} | {example_problem} | {example_solution} | {further_explanation} |\n')