Skip to content

Commit 2d237ed

Browse files
committed
Shut pylint up about something needed to shut sphinx up.
1 parent d07a349 commit 2d237ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_itertools/adafruit_itertools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
https://github.com/adafruit/circuitpython/releases
4040
"""
4141
#pylint:disable=invalid-name,redefined-builtin,attribute-defined-outside-init
42-
#pylint:disable=stop-iteration-return
42+
#pylint:disable=stop-iteration-return,anomalous-backslash-in-string
4343

4444
__version__ = "0.0.0-auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Itertools.git"

0 commit comments

Comments
 (0)