Fixed broken import
This commit is contained in:
parent
6e7732d794
commit
25ecda8798
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue