Skip to content

Commit 0e7d9b9

Browse files
committed
pylint disable pointless-statement in __init__()
1 parent 0c287cd commit 0e7d9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pn532/adafruit_pn532.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class BusyError(Exception):
185185
class PN532:
186186
"""PN532 driver base, must be extended for I2C/SPI/UART interfacing"""
187187

188-
# noinspection PyStatementEffect
188+
# pylint: disable=pointless-statement
189189
def __init__(self, *, debug=False, reset=None):
190190
"""Create an instance of the PN532 class
191191
"""

0 commit comments

Comments
 (0)