Skip to content

Commit 0a5936f

Browse files
committed
lint: Remove unused imports
1 parent 6300b64 commit 0a5936f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

programs/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from functools import partial
1313

1414
from mbedtls._tls import _enable_debug_output, _set_debug_level
15-
from mbedtls.exceptions import TLSError
1615
from mbedtls.tls import (
1716
DTLSConfiguration,
1817
HelloVerifyRequest,

src/mbedtls/tls.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
import enum
55
import socket as _socket
66
import struct
7-
import sys
8-
from contextlib import suppress
9-
10-
import mbedtls._ringbuf as _rb
117

128
from ._tls import (
139
DTLSConfiguration,

0 commit comments

Comments
 (0)