Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent ac454b3 commit 9083794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/MI/noplot_classify_alexmi_with_quantum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import warnings

import seaborn as sns
from helpers.alias import ERPCov_MDM
from matplotlib import pyplot as plt
from moabb import set_log_level
from moabb.datasets import AlexMI
Expand All @@ -27,6 +26,8 @@
# inject cpm distance and mean to pyriemann (if not done already)
from pyriemann_qiskit.utils import distance, mean # noqa

from helpers.alias import ERPCov_MDM

print(__doc__)

##############################################################################
Expand Down
3 changes: 2 additions & 1 deletion examples/MI/noplot_multiclass_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# Modified from plot_classify_EEG_quantum_svm
# License: BSD (3-clause)

from helpers.alias import ERPCov_MDM
from matplotlib import pyplot as plt
from sklearn.decomposition import PCA
from sklearn.metrics import (
Expand All @@ -29,6 +28,8 @@
QuantumMDMWithRiemannianPipeline,
)

from helpers.alias import ERPCov_MDM

print(__doc__)

###############################################################################
Expand Down

0 comments on commit 9083794

Please sign in to comment.