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

@@ -1,7 +1,7 @@
import os
name = 'computer_science'
with open (f'/home/luke/src/mathgenerator/mathgenerator/{name}.py', 'w') as f:
with open(f'/home/luke/src/mathgenerator/mathgenerator/{name}.py', 'w') as f:
source_dir_path = f'/home/luke/src/mathgenerator/mathgenerator/{name}'
files = os.listdir(source_dir_path)
for file in sorted(files):