pinkypurplelion / photo-migrator

Re-definition found for builtin function PYL-W0622
Anti-pattern
Major
1 occurrence in this check
Redefining built-in 'min'
 7    minFloat = deg_float % 1 * 60
 8    secFloat = minFloat % 1 * 60
 9    deg = math.floor(deg_float)
10    min = math.floor(minFloat)11    sec = round(secFloat * 100)
12
13    deg = abs(deg) * 1