golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/zmq/eventloop/minitornado
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
332 B
Del
OK
__pycache__
-
Del
OK
concurrent.py
459 B
Del
OK
ioloop.py
40.38 KB
Del
OK
log.py
181 B
Del
OK
platform
-
Del
OK
stack_context.py
12.86 KB
Del
OK
util.py
7.26 KB
Del
OK
Edit: __init__.py
import warnings class VisibleDeprecationWarning(UserWarning): """A DeprecationWarning that users should see.""" warnings.warn("""zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. Install tornado itself to use zmq with the tornado IOLoop. """, VisibleDeprecationWarning, stacklevel=4, )
Save