mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
yapf lint
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user