Skip to content

Commit dfe09e1

Browse files
author
Melissa LeBlanc-Williams
committed
Linting
1 parent e5f6e24 commit dfe09e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_featherwing/led_segments.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
`adafruit_featherwing.led_segments`
2424
====================================================
2525
26-
Base Class for using the `14-Segment AlphaNumeric FeatherWing <https://www.adafruit.com/product/3139>`
27-
and `7-Segment LED HT16K33 FeatherWing <https://www.adafruit.com/product/3140>`_.
26+
Base Class for the AlphaNumeric FeatherWing and 7-Segment FeatherWing helpers_.
2827
2928
* Author(s): Melissa LeBlanc-Williams
3029
"""
@@ -33,8 +32,6 @@
3332
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
3433

3534
from time import sleep
36-
import adafruit_ht16k33.segments as segments
37-
from adafruit_featherwing import shared
3835

3936
#pylint: disable-msg=unsubscriptable-object, unsupported-assignment-operation
4037

0 commit comments

Comments
 (0)