Skip to content

Commit

Permalink
Pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 7, 2015
1 parent 03bd2ab commit 56ab76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skimage/io/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def test_load_preferred_plugins_all():
plug, func = manage_plugins.plugin_store['imshow'][0]
assert func == getattr(matplotlib_plugin, 'imshow')


def test_load_preferred_plugins_imread():
from skimage.io._plugins import pil_plugin, matplotlib_plugin

Expand Down

0 comments on commit 56ab76e

Please sign in to comment.