Skip to content

Commit 06ffcea

Browse files
committed
style: fix linting in plotting/__init__.py by adding noqa
1 parent d78782d commit 06ffcea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlxtend/plotting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from .checkerboard import checkerboard_plot
99
from .decision_regions import plot_decision_regions
10+
from .decision_regions_3d import plot_decision_regions_3d
1011
from .ecdf import ecdf
1112
from .enrichment_plot import enrichment_plot
1213
from .heatmap import heatmap
@@ -20,7 +21,6 @@
2021
from .scatter_hist import scatter_hist
2122
from .scatterplotmatrix import scatterplotmatrix
2223
from .stacked_barplot import stacked_barplot
23-
from .decision_regions_3d import plot_decision_regions_3d
2424

2525
__all__ = [
2626
"plot_learning_curves",

0 commit comments

Comments
 (0)