Skip to content

Commit 2be7ee2

Browse files
committed
Fixed flake8 issue
1 parent 4d78e3c commit 2be7ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbclient/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from pebble import ProcessPool
2828

2929
from queue import Empty
30-
from unittest.mock import MagicMock, Mock, patch
30+
from unittest.mock import MagicMock, Mock
3131

3232

3333
addr_pat = re.compile(r'0x[0-9a-f]{7,9}')

0 commit comments

Comments
 (0)