Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fakufaku committed May 26, 2024
1 parent 0edebfb commit bc016ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyroomacoustics/datasets/sofa.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from pathlib import Path

from .utils import download_multiple, AttrDict
from .utils import AttrDict, download_multiple

_pra_data_folder = Path(__file__).parents[1] / "data"
DEFAULT_SOFA_PATH = _pra_data_folder / "sofa"
Expand Down
2 changes: 1 addition & 1 deletion pyroomacoustics/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
import itertools

import numpy as np
import soxr
from scipy import signal
from scipy.io import wavfile
import soxr

from .doa import cart2spher
from .parameters import constants, eps
Expand Down

0 comments on commit bc016ad

Please sign in to comment.