Fixed broken import

This commit is contained in:
Joel Collins 2019-01-16 14:59:18 +00:00
parent 6e7732d794
commit 25ecda8798

View file

@ -2,7 +2,7 @@ from openflexure_microscope.api.v1.views import MicroscopeView
from flask import Blueprint
from . import capture, record, preview, config, function
from . import capture, record, preview, function
def construct_blueprint(microscope_obj):