-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Does anyone know why this is done? Pylint 2.x doesn't like it and although it appears like there were disables put in to ignore the issues caused by this, I wanted to check before adding another disable.
Adafruit_CircuitPython_RSA/adafruit_rsa/_compat.py
Lines 43 to 45 in 39330c6
# pylint: disable=redefined-builtin, invalid-name | |
range = range | |
zip = zip |
Referencing main issue: adafruit/Adafruit_CircuitPython_Bundle#232
Metadata
Metadata
Assignees
Labels
No labels