linting and typing fixes

This commit is contained in:
Richard 2021-07-19 20:29:13 +01:00
parent b7c9d3b73b
commit 72f3c11fdd
7 changed files with 13 additions and 10 deletions

View file

@ -24,7 +24,7 @@ import os
from datetime import datetime
import pkg_resources
from flask import abort, send_file, jsonify
from flask import abort, jsonify, send_file
from flask_cors import CORS, cross_origin
from labthings import create_app
from labthings.extensions import find_extensions
@ -39,6 +39,7 @@ from openflexure_microscope.paths import (
OPENFLEXURE_VAR_PATH,
logs_file_path,
)
from .openapi import add_spec_extras