Removed redundant z-stack import

This commit is contained in:
Joel Collins 2019-04-09 15:12:31 +01:00
parent e281b1ecc3
commit a1965f606c

View file

@ -7,7 +7,7 @@ import logging
from openflexure_microscope.camera.base import generate_basename
from openflexure_microscope.plugins import MicroscopePlugin
from .api import TileScanAPI, ZStackAPI
from .api import TileScanAPI
def construct_grid(initial, step_sizes, n_steps, style='raster'):
"""