Skip to content

Commit 330a3fb

Browse files
committed
import warnings for 5.2.x
1 parent 7467116 commit 330a3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_client/manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import signal
1212
import sys
1313
import time
14+
import warnings
1415

1516
import zmq
1617

0 commit comments

Comments
 (0)