Skip to content

Commit 512b77c

Browse files
tacaswelltonysyu
authored andcommitted
removed unneeded print statements
removed some of the unneeded imports
1 parent e714c77 commit 512b77c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/style/core.py

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
unicode_literals)
33

44
import six
5-
from six.moves import reduce, xrange, zip
65

76
"""
87
Core functions and attributes for the matplotlib style library:
@@ -60,8 +59,6 @@ def use(name):
6059
else:
6160
try:
6261
rc = rc_params_from_file(style, use_default_template=False)
63-
print(rc)
64-
print(type(rc))
6562
mpl.rcParams.update(rc)
6663
except:
6764
msg = ("'%s' not found in the style library and input is "

0 commit comments

Comments
 (0)