Skip to content

Commit 1ac0ad1

Browse files
authored
Revert
1 parent 30668d5 commit 1ac0ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import socket
22

33
import pytest
4-
from mocket.socket import MocketSocket
54

65
from mocket import Mocket, MocketEntry, mocketize
6+
from mocket.socket import MocketSocket
77

88

99
@pytest.mark.parametrize("blocking", (False, True))

0 commit comments

Comments
 (0)