Skip to content

Commit c9b2893

Browse files
Added raise-missing-from to pylint:disable since doing so would break this in python2
1 parent 156e820 commit c9b2893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rplidar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import warnings
5151

5252
# pylint:disable=invalid-name,undefined-variable,global-variable-not-assigned
53-
# pylint:disable=too-many-arguments
53+
# pylint:disable=too-many-arguments,raise-missing-from
5454

5555
__version__ = "0.0.1-auto.0"
5656
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR.git"

0 commit comments

Comments
 (0)