KOSASIH / HealthGuard-Refugee-Initiative

Imported name is not used anywhere in the module PY-W2000
Anti-pattern
Major
5 months ago5 months old
Unused import cyborg.interfaces
  5import cyborg.actuators
  6import cyborg.core
  7import cyborg.devices
  8import cyborg.interfaces  9import cyborg.sensors
 10import numpy as np
 11
Unused import cyborg.core
  3
  4import cyborg
  5import cyborg.actuators
  6import cyborg.core  7import cyborg.devices
  8import cyborg.interfaces
  9import cyborg.sensors
 18import holopy.ext.holopy_sketch.sketch_viewer as sv
 19import holopy.ext.holopy_sketch.sketch_widgets as sw
 20import holopy.interactive
 21import holopy.plot 22
 23
 24def create_holographic_education_platform():
Unused import holopy.interactive
 17import holopy.ext.holopy_sketch.sketch_utils as su
 18import holopy.ext.holopy_sketch.sketch_viewer as sv
 19import holopy.ext.holopy_sketch.sketch_widgets as sw
 20import holopy.interactive 21import holopy.plot
 22
 23
Unused holopy.ext.holopy_sketch.sketch_viewer imported as sv
 15import holopy.ext.holopy_sketch.sketch_scenes as ss
 16import holopy.ext.holopy_sketch.sketch_tools as st
 17import holopy.ext.holopy_sketch.sketch_utils as su
 18import holopy.ext.holopy_sketch.sketch_viewer as sv 19import holopy.ext.holopy_sketch.sketch_widgets as sw
 20import holopy.interactive
 21import holopy.plot