Skip to content

Commit 47d5c93

Browse files
committed
remove unused constants
1 parent e6bbb52 commit 47d5c93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,6 @@ def _unprettyfy(data: str, seperator: str, correct_length: int) -> bytes:
183183
class WIZNET5K: # pylint: disable=too-many-public-methods, too-many-instance-attributes
184184
"""Interface for WIZNET5K module."""
185185

186-
_TCP_MODE = const(0x21)
187-
_UDP_MODE = const(0x02)
188-
_TLS_MODE = const(0x03) # This is NOT currently implemented
189-
190186
_sockets_reserved = []
191187

192188
# pylint: disable=too-many-arguments

0 commit comments

Comments
 (0)