Blackened files

This commit is contained in:
Joel Collins 2019-11-06 22:07:16 +00:00
parent be5ddb76ae
commit 4e7606aa0c
24 changed files with 200 additions and 120 deletions

View file

@ -11,7 +11,12 @@ from openflexure_microscope.api.v1.views import MicroscopeViewPlugin
from openflexure_microscope.api.utilities import JsonResponse
# Task management
from openflexure_microscope.common.tasks import current_task, update_task_progress, update_task_data, taskify
from openflexure_microscope.common.tasks import (
current_task,
update_task_progress,
update_task_data,
taskify,
)
# Exceptions
from openflexure_microscope.exceptions import TaskDeniedException