gootsaud / bike-riding

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
2 years ago2 years old
Unused numpy imported as np
 1#Import librairies
 2print("Loading Librairies ...")
 3import pandas as pd
 4import numpy as np 5from math import *
 6
 7from sklearn.ensemble import BaggingRegressor
Unused BytecodeCache imported from bccache as BytecodeCache
 2non-XML syntax that supports inline expressions and an optional
 3sandboxed environment.
 4"""
 5from .bccache import BytecodeCache as BytecodeCache 6from .bccache import FileSystemBytecodeCache as FileSystemBytecodeCache
 7from .bccache import MemcachedBytecodeCache as MemcachedBytecodeCache
 8from .environment import Environment as Environment
Unused make_logging_undefined imported from runtime as make_logging_undefined
27from .loaders import PrefixLoader as PrefixLoader
28from .runtime import ChainableUndefined as ChainableUndefined
29from .runtime import DebugUndefined as DebugUndefined
30from .runtime import make_logging_undefined as make_logging_undefined31from .runtime import StrictUndefined as StrictUndefined
32from .runtime import Undefined as Undefined
33from .utils import clear_caches as clear_caches
Unused StrictUndefined imported from runtime as StrictUndefined
28from .runtime import ChainableUndefined as ChainableUndefined
29from .runtime import DebugUndefined as DebugUndefined
30from .runtime import make_logging_undefined as make_logging_undefined
31from .runtime import StrictUndefined as StrictUndefined32from .runtime import Undefined as Undefined
33from .utils import clear_caches as clear_caches
34from .utils import contextfunction
Unused ChainableUndefined imported from runtime as ChainableUndefined
25from .loaders import ModuleLoader as ModuleLoader
26from .loaders import PackageLoader as PackageLoader
27from .loaders import PrefixLoader as PrefixLoader
28from .runtime import ChainableUndefined as ChainableUndefined29from .runtime import DebugUndefined as DebugUndefined
30from .runtime import make_logging_undefined as make_logging_undefined
31from .runtime import StrictUndefined as StrictUndefined