Skip to content

Commit

Permalink
refactor: pre-commit hook format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Oct 21, 2023
1 parent 11d5171 commit 772e2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/noisepy/seis/noise_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from scipy.fftpack import next_fast_len
from scipy.signal import hilbert

from .datatypes import ChannelData, ConfigParameters, StackMethod, FreqNorm
from .datatypes import ChannelData, ConfigParameters, FreqNorm, StackMethod

logger = logging.getLogger(__name__)
"""
Expand Down
3 changes: 1 addition & 2 deletions tests/test_whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
from scipy.fftpack import next_fast_len

from noisepy.seis.correlate import ConfigParameters
from noisepy.seis.noise_module import moving_ave, whiten
from noisepy.seis.datatypes import FreqNorm

from noisepy.seis.noise_module import moving_ave, whiten


def whiten_original(data, fft_para: ConfigParameters):
Expand Down

0 comments on commit 772e2d2

Please sign in to comment.