Skip to content

Commit dc9819f

Browse files
committed
rudolph the red nosed linter
1 parent 6b28c95 commit dc9819f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

adafruit_sharpmemorydisplay.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
22+
23+
# pylint: disable=line-too-long
2224
"""
2325
`adafruit_sharpmemorydisplay`
2426
====================================================
@@ -32,18 +34,17 @@
3234
3335
**Hardware:**
3436
35-
* `Adafruit SHARP Memory Display Breakout - 1.3 inch 168x144 Monochrome
36-
<https://www.adafruit.com/product/3502>`_
37+
* `Adafruit SHARP Memory Display Breakout - 1.3 inch 168x144 Monochrome <https://www.adafruit.com/product/3502>`_
3738
38-
* `Adafruit SHARP Memory Display Breakout - 1.3 inch 96x96 Monochrome
39-
<https://www.adafruit.com/product/1393>`_
39+
* `Adafruit SHARP Memory Display Breakout - 1.3 inch 96x96 Monochrome <https://www.adafruit.com/product/1393>`_
4040
4141
**Software and Dependencies:**
4242
4343
* Adafruit CircuitPython firmware for the supported boards:
4444
https://github.com/adafruit/circuitpython/releases
4545
4646
"""
47+
# pylint: enable=line-too-long
4748

4849
from micropython import const
4950
import adafruit_framebuf

0 commit comments

Comments
 (0)