Skip to content

Commit f05abf7

Browse files
Convert to relative import
1 parent 6b03b81 commit f05abf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def tunnel_to_kernel(connection_info, sshserver, sshkey=None):
249249
(shell, iopub, stdin, hb) : ints
250250
The four ports on localhost that have been forwarded to the kernel.
251251
"""
252-
from jupyter_core.ssh import tunnel
252+
from .ssh import tunnel
253253
if isinstance(connection_info, string_types):
254254
# it's a path, unpack it
255255
with open(connection_info) as f:

0 commit comments

Comments
 (0)