Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Sep 11, 2020
1 parent 29e954d commit 51d9f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ def __init__(self, socket, tls_mode):
self.recv = socket.recv

def connect(self, address):
"""connect wrapper to add non-standard mode parameter"""
return self._socket.connect(address, self._mode)


Expand Down

0 comments on commit 51d9f09

Please sign in to comment.