Skip to content

Commit 61c88e2

Browse files
fix headers
1 parent 8fcaec6 commit 61c88e2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

serial_usbipclient/socket_wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""wraps socket so we can abstract if for testing (dependency injection)"""
2-
from typing import Any
3-
42
from socket import AddressFamily, SocketKind, socket
3+
from typing import Any
54

65
from typing_extensions import Buffer
76

serial_usbipclient/tests/mock_usbip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
from serial_usbipclient.protocol.usbip_defs import BasicCommands, Direction
3737
from serial_usbipclient.socket_wrapper import SocketWrapper
3838

39-
4039
LOGGER: logging.Logger = logging.getLogger(__name__)
4140

4241

0 commit comments

Comments
 (0)