Isort
This commit is contained in:
parent
bbda15b08d
commit
cd8145c198
3 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ import psutil
|
||||||
from flask import abort
|
from flask import abort
|
||||||
from labthings import fields, find_component
|
from labthings import fields, find_component
|
||||||
from labthings.extensions import BaseExtension
|
from labthings.extensions import BaseExtension
|
||||||
from labthings.views import PropertyView, View
|
|
||||||
from labthings.marshalling import use_args
|
from labthings.marshalling import use_args
|
||||||
|
from labthings.views import PropertyView, View
|
||||||
|
|
||||||
from openflexure_microscope.api.utilities.gui import build_gui
|
from openflexure_microscope.api.utilities.gui import build_gui
|
||||||
from openflexure_microscope.captures.capture_manager import BASE_CAPTURE_PATH
|
from openflexure_microscope.captures.capture_manager import BASE_CAPTURE_PATH
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import numbers
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
from ._common import split_into_segments
|
from ._common import split_into_segments
|
||||||
from ._exif import ExifIFD, ImageIFD, TAGS, TYPES
|
from ._exif import TAGS, TYPES, ExifIFD, ImageIFD
|
||||||
|
|
||||||
TIFF_HEADER_LENGTH = 8
|
TIFF_HEADER_LENGTH = 8
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import sys
|
||||||
from . import _webp
|
from . import _webp
|
||||||
from ._common import get_exif_seg, read_exif_from_file, split_into_segments
|
from ._common import get_exif_seg, read_exif_from_file, split_into_segments
|
||||||
from ._exceptions import InvalidImageDataError
|
from ._exceptions import InvalidImageDataError
|
||||||
from ._exif import ExifIFD, ImageIFD, TAGS, TYPES
|
from ._exif import TAGS, TYPES, ExifIFD, ImageIFD
|
||||||
|
|
||||||
LITTLE_ENDIAN = b"\x49\x49"
|
LITTLE_ENDIAN = b"\x49\x49"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue