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,4 +1,4 @@
# Use this file to determine which ID to use for the next generator that you add
from mathgenerator import mathgen
print(mathgen.getGenList()[-1][0]+1)
print(mathgen.getGenList()[-1][0] + 1)