Skip to content

Commit a89a84b

Browse files
committed
pylint refix
1 parent 460cdd4 commit a89a84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _read_frame(self, length):
295295
# Return frame data.
296296
return response[offset+2:offset+2+frame_len]
297297

298-
def call_function(self, command, response_length=0, params=[], timeout=1):
298+
def call_function(self, command, response_length=0, params=[], timeout=1): # pylint: disable=dangerous-default-value
299299
"""Send specified command to the PN532 and expect up to response_length
300300
bytes back in a response. Note that less than the expected bytes might
301301
be returned! Params can optionally specify an array of bytes to send as

0 commit comments

Comments
 (0)