Skip to content

Commit

Permalink
style: tempfix newline after docstring for black and reorder-python-i…
Browse files Browse the repository at this point in the history
…mports incompatibility
  • Loading branch information
iyaja committed Feb 1, 2024
1 parent 36d93fa commit 43aedb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions audiotools/core/playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
These are utilities that allow one to embed an AudioSignal
as a playable object in a Jupyter notebook, or to play audio from
the terminal, etc.
"""

""" # fmt: skip
import base64
import io
import random
Expand Down
3 changes: 1 addition & 2 deletions audiotools/metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Functions for comparing AudioSignal objects to one another.
"""

""" # fmt: skip
from . import distance
from . import quality
from . import spectral
3 changes: 1 addition & 2 deletions audiotools/ml/experiment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
Useful class for Experiment tracking, and ensuring code is
saved alongside files.
"""

""" # fmt: skip
import datetime
import os
import shlex
Expand Down

0 comments on commit 43aedb2

Please sign in to comment.