Linter fix

This commit is contained in:
Luke Weiler
2020-10-19 21:28:15 -04:00
committed by GitHub
parent cca6f16b62
commit ce131477a7

View File

@@ -1,6 +1,7 @@
from .__init__ import * from .__init__ import *
from numpy import pi from numpy import pi
def degreeToRadFunc(max_deg=360): def degreeToRadFunc(max_deg=360):
a = random.randint(0, max_deg) a = random.randint(0, max_deg)
b = (pi * a) / 180 b = (pi * a) / 180