Skip to content

Commit 9c31adf

Browse files
authored
Merge pull request #343 from rgbkrk/add-missing-warnings
import warnings for 5.2.x
2 parents 7467116 + 330a3fb commit 9c31adf

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)