Formatting

This commit is contained in:
Joel Collins 2020-11-30 17:11:37 +00:00
parent b8354d3e8e
commit 8b20975cb9
5 changed files with 7 additions and 3 deletions

View file

@ -4,12 +4,12 @@ from labthings import current_action, fields, find_component, update_action_prog
from labthings.extensions import BaseExtension
from labthings.views import ActionView
# Used in our timelapse function
from openflexure_microscope.captures.capture_manager import generate_basename
# Used to convert our GUI dictionary into a complete eV extension GUI
from openflexure_microscope.api.utilities.gui import build_gui
# Used in our timelapse function
from openflexure_microscope.captures.capture_manager import generate_basename
# Create the extension class
class TimelapseExtension(BaseExtension):