Removed redundant imports

This commit is contained in:
Joel Collins 2019-01-09 15:58:16 +00:00
parent 81636aa6e9
commit 8367bd7192

View file

@ -1,4 +1,4 @@
from openflexure_microscope.api.utilities import parse_payload, get_from_payload, gen, get_bool, axes_to_array, JsonResponse
from openflexure_microscope.api.utilities import gen, axes_to_array, JsonResponse
from openflexure_microscope.api.v1.views import MicroscopeView
from flask import Response, Blueprint, jsonify, request