Formatting
This commit is contained in:
parent
5119e2c544
commit
6644819352
11 changed files with 16 additions and 14 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from . import capture, capture_manager
|
||||
from .capture import CaptureObject, THUMBNAIL_SIZE
|
||||
from .capture import THUMBNAIL_SIZE, CaptureObject
|
||||
from .capture_manager import CaptureManager
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ import logging
|
|||
import os
|
||||
import uuid
|
||||
from collections import OrderedDict
|
||||
from PIL import Image
|
||||
|
||||
import dateutil.parser
|
||||
from PIL import Image
|
||||
|
||||
from openflexure_microscope.captures import piexif
|
||||
from openflexure_microscope.captures.piexif import InvalidImageDataError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue