Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jun 26, 2021
1 parent 274c0b5 commit 57deaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# to run tests with pytest. Note that importing other fixtures from that
# module leads to weird error messages (e.g. "pd", which patches pandas)
# https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/testing/conftest.py
from matplotlib.testing.conftest import (mpl_test_settings,
mpl_image_comparison_parameters)
from matplotlib.testing.conftest import ( # noqa
mpl_test_settings, mpl_image_comparison_parameters)
from sklearn.ensemble import RandomForestClassifier
from sklearn.model_selection import GridSearchCV
from sklearn import datasets
Expand Down
1 change: 0 additions & 1 deletion tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import numpy as np
from matplotlib.testing.decorators import image_comparison
from matplotlib import testing

from sklearn_evaluation import plot

Expand Down

0 comments on commit 57deaa3

Please sign in to comment.