Skip to content

Commit

Permalink
remove unused scipy import (and alphabetize)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Dec 21, 2024
1 parent 7dfa099 commit 113f1b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mth5/timeseries/channel_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,19 @@
import pandas as pd
import xarray as xr
from loguru import logger
import scipy
from scipy import signal
import scipy


import mt_metadata.timeseries as metadata
from mt_metadata.timeseries.filters import ChannelResponse
from mt_metadata.utils.mttime import MTime
from mt_metadata.utils.list_dict import ListDict

from mth5.utils import fdsn_tools
from mth5.timeseries.ts_filters import RemoveInstrumentResponse
from mth5.timeseries.ts_helpers import (
make_dt_coordinates,
get_decimation_sample_rates,
)

from obspy.core import Trace
from scipy import signal

# =============================================================================
# make a dictionary of available metadata classes
Expand Down

0 comments on commit 113f1b0

Please sign in to comment.