Skip to content

Commit f8befb1

Browse files
author
Quentin Peter
committed
correct import typo
1 parent c8a3e29 commit f8befb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/tests/test_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import time
1212

1313
import nose.tools as nt
14-
import flaky as flaky
14+
from flaky import flaky
1515

1616
from IPython.testing import decorators as dec, tools as tt
1717
from ipython_genutils import py3compat

0 commit comments

Comments
 (0)