lint fixes

This commit is contained in:
lukew3
2021-10-06 02:25:45 -04:00
parent 9682a569ba
commit 1b5054f6d3
91 changed files with 227 additions and 271 deletions

View File

@@ -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"])