More cleanups to Setting/Argument type handling, mostly for count != 1.
[hooke.git] / hooke / driver / hemingway.py
index 4f837c9f7f1e13b55bd6b24a2442c0d349352eb1..0c8ff36c1fa18a123adb34440f10d0f3df755abd 100644 (file)
@@ -24,7 +24,6 @@ import numpy
 
 from .. import curve as curve
 from .. import experiment as experiment
-from ..config import Setting
 from ..util.util import Closing as Closing
 from . import Driver as Driver