Skip to content

Commit 67d84aa

Browse files
committed
comment change
1 parent 5ed5c00 commit 67d84aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/traitlets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
print_function, unicode_literals)
33

44
try:
5-
# IPython 4 import
5+
# IPython4 imports
66
from traitlets.config import Configurable, Config
7-
# import traittypes
87
from traitlets import (TraitType, Int, Float, Bool,
98
Dict, List, Instance, Union,
109
Unicode, Tuple, TraitError,
1110
Undefined, getargspec)
1211
except ImportError:
12+
# IPython3 imports
1313
from IPython.utils.traitlets.config import Configurable, Config
1414
from IPython.utils.traitlets import (TraitType, Int, Float, Bool,
1515
Dict, List, Instance, Union, Unicode,

0 commit comments

Comments
 (0)