Skip to content

Commit b96c3e9

Browse files
committed
FIX correct import
1 parent 17d6ffb commit b96c3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cloudpickle_ipykernel_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import time
33
import pytest
44
import textwrap
5+
from queue import Empty
56

67
from .testutils import check_deterministic_pickle
78

@@ -16,7 +17,6 @@
1617

1718
def run_in_notebook(code, timeout=10):
1819

19-
from _queue import Empty
2020

2121
km = ipykernel.connect.jupyter_client.KernelManager()
2222
km.start_kernel()

0 commit comments

Comments
 (0)