Skip to content

Commit

Permalink
[psb] formatting bugs due to isort/black conflict
Browse files Browse the repository at this point in the history
Needs a new release for PyCQA/isort#1000
to be available.
  • Loading branch information
ap-- committed May 22, 2020
1 parent 10f1e88 commit 28cc68d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/seabreeze/pyseabreeze/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from collections import defaultdict

from future.utils import with_metaclass

from seabreeze.pyseabreeze import features as sbf
from seabreeze.pyseabreeze.exceptions import SeaBreezeError
from seabreeze.pyseabreeze.features import SeaBreezeFeature
Expand Down
1 change: 1 addition & 0 deletions src/seabreeze/pyseabreeze/features/spectrometer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import struct

import numpy

from seabreeze.pyseabreeze.exceptions import SeaBreezeError, SeaBreezeNotSupported
from seabreeze.pyseabreeze.features._base import SeaBreezeFeature
from seabreeze.pyseabreeze.features.eeprom import SeaBreezeEEPromFeatureOOI
Expand Down
1 change: 1 addition & 0 deletions src/seabreeze/spectrometers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"""
import numpy

import seabreeze.backends
from seabreeze.compat import DeprecatedSpectrometerMixin as _DeprecatedSpectrometerMixin

Expand Down

0 comments on commit 28cc68d

Please sign in to comment.