mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
lint fixes
This commit is contained in:
@@ -25,6 +25,5 @@ def angleBtwVectorsFunc(maxEltAmt=20, format='string'):
|
||||
return problem, solution
|
||||
|
||||
|
||||
angle_btw_vectors = Generator(
|
||||
"Angle between 2 vectors", 70, angleBtwVectorsFunc,
|
||||
["maxEltAmt=20"])
|
||||
angle_btw_vectors = Generator("Angle between 2 vectors", 70,
|
||||
angleBtwVectorsFunc, ["maxEltAmt=20"])
|
||||
|
||||
Reference in New Issue
Block a user