More cleanups to Setting/Argument type handling, mostly for count != 1.
[hooke.git] / hooke / driver / picoforce.py
index 19f8e3dd2c1b62c5e7094ec202ef824227df060a..c084408aa0a51ea0eca406e1061e4c7232ba3d58 100644 (file)
@@ -29,7 +29,6 @@ import numpy
 
 from .. import curve as curve # this module defines data containers.
 from .. import experiment as experiment # this module defines expt. types
-from ..config import Setting # configurable setting class
 from . import Driver as Driver # this is the Driver base class