diff options
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/traitlets.py')
-rw-r--r-- | contrib/python/ipython/py3/IPython/utils/traitlets.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/traitlets.py b/contrib/python/ipython/py3/IPython/utils/traitlets.py index 2f979fa727..de35a84b76 100644 --- a/contrib/python/ipython/py3/IPython/utils/traitlets.py +++ b/contrib/python/ipython/py3/IPython/utils/traitlets.py @@ -1,6 +1,6 @@ - -from warnings import warn - -warn("IPython.utils.traitlets has moved to a top-level traitlets package.", stacklevel=2) - -from traitlets import * + +from warnings import warn + +warn("IPython.utils.traitlets has moved to a top-level traitlets package.", stacklevel=2) + +from traitlets import * |