Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
javerbukh committed Nov 7, 2024
1 parent 18634ea commit cc51183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jdaviz/configs/cubeviz/plugins/cube_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

try:
from strauss.sonification import Sonification
from strauss.sources import Events, Objects
from strauss import channels
from strauss.sources import Events
from strauss.score import Score
from strauss.generator import Spectralizer
from tqdm import tqdm
Expand Down
2 changes: 1 addition & 1 deletion jdaviz/configs/cubeviz/plugins/sonify_data/sonify_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__all__ = ['SonifyData']

try:
import strauss
import strauss # noqa
import sounddevice as sd
except ImportError:
_has_strauss = False
Expand Down

0 comments on commit cc51183

Please sign in to comment.