Skip to content

Commit

Permalink
bug fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Feb 22, 2023
1 parent 73791c0 commit fe0ab9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne_connectivity/spectral/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
from mne.time_frequency.tfr import cwt, morlet
from mne.time_frequency.multitaper import _compute_mt_params
from mne.utils import (
_arange_div, _check_option, logger, warn, _time_mask, verbose)
ProgressBar, _arange_div, _check_option, logger, warn, _time_mask, verbose)

from ..base import SpectralConnectivity, SpectroTemporalConnectivity
from ..utils import ProgressBar, fill_doc, check_indices
from ..utils import fill_doc, check_indices


def _compute_freqs(n_times, sfreq, cwt_freqs, mode):
Expand Down

0 comments on commit fe0ab9b

Please sign in to comment.