Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52d23c9

Browse files
committed
TST: workaround for unicode prefix in test matching
1 parent 2194e80 commit 52d23c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_labeled_data_unpacking.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from __future__ import (absolute_import, division, print_function,
2-
unicode_literals)
1+
from __future__ import (absolute_import, division, print_function)
32

43
from nose.tools import (assert_raises, assert_equal)
54
from nose.plugins.skip import SkipTest

0 commit comments

Comments
 (0)