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