gootsaud / bike-riding

Unused import from wildcard import found PYL-W0614
Anti-pattern
Major
2 years ago2 years old
Unused import(s) acos, acosh, asin, asinh, atan, atan2, atanh, comb, copysign, cos, cosh, degrees, dist, e, erf, erfc, exp, expm1, fabs, factorial, floor, fmod, frexp, fsum, gamma, gcd, hypot, inf, isclose, isfinite, isinf, isnan, isqrt, lcm, ldexp, lgamma, log, log10, log1p, log2, modf, nan, nextafter, perm, pi, pow, prod, radians, remainder, sin, sinh, sqrt, tan, tanh, tau, trunc and ulp from wildcard import of math
 2print("Loading Librairies ...")
 3import pandas as pd
 4import numpy as np
 5from math import * 6
 7from sklearn.ensemble import BaggingRegressor
 8from flask import Flask , render_template, request