Converted to use new convenience imports
This commit is contained in:
parent
317afeb76a
commit
90e8bd6558
7 changed files with 8 additions and 19 deletions
|
|
@ -1,11 +1,7 @@
|
|||
import numpy as np
|
||||
import logging
|
||||
|
||||
from openflexure_microscope.api.v1.views import MicroscopeViewPlugin
|
||||
from openflexure_microscope.api.utilities import JsonPayload
|
||||
|
||||
from flask import request, jsonify
|
||||
|
||||
from openflexure_microscope.devel import MicroscopeViewPlugin, JsonPayload, request, jsonify
|
||||
|
||||
class MeasureSharpnessAPI(MicroscopeViewPlugin):
|
||||
def post(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue