Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjr committed Feb 20, 2017
1 parent d84a3c7 commit 9145f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/decoding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .transformer import (PSDEstimator, Vectorizer,
UnsupervisedSpatialFilter, TemporalFilter)
from .mixin import TransformerMixin
from .base import BaseEstimator, LinearModel
from .base import BaseEstimator, LinearModel, get_coef
from .csp import CSP
from .ems import compute_ems, EMS
from .time_gen import GeneralizationAcrossTime, TimeDecoding
Expand Down

0 comments on commit 9145f3b

Please sign in to comment.