Skip to content

Commit b1ee7eb

Browse files
authored
Merge pull request ipython#484 from thomasaarholt/patch-1
Add imports to "Using Traitlets" docs
2 parents b775646 + ffbed78 commit b1ee7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/using_traitlets.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ value generation of attributes on :class:`traitlets.HasTraits`
1919
subclasses:
2020

2121
.. code:: python
22-
22+
23+
from traitlets import HasTraits, Int, Unicode
2324
import getpass
2425
2526
class Identity(HasTraits):

0 commit comments

Comments
 (0)