lint fixes

This commit is contained in:
lukew3
2020-12-17 19:05:38 -05:00
parent c0d2a2755c
commit 5baaa11ad6
2 changed files with 11 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
from mathgenerator import mathgen
print(mathgen.genById(17, style='latex'))
print(mathgen.genById(17, style='latex')[0])