mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
lint fix
This commit is contained in:
@@ -26,7 +26,7 @@ def multiplyFractionsFunc(maxVal=10, style='raw'):
|
||||
|
||||
if (tmp_d == 1 or tmp_d == gcd):
|
||||
x = f"{tmp_n//gcd}"
|
||||
|
||||
|
||||
if style == 'latex':
|
||||
problem = f"\\(\\frac{{{a}}}{{{b}}}\\cdot\\frac{{{c}}}{{{d}}}=\\)"
|
||||
if (tmp_d == 1 or tmp_d == gcd):
|
||||
|
||||
Reference in New Issue
Block a user