mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 18:23:35 +00:00
7 lines
124 B
Python
7 lines
124 B
Python
|
|
from warnings import warn
|
|
|
|
warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
|
|
|
|
from traitlets.log import *
|