Skip to content

Commit 1c8a448

Browse files
committed
lint
1 parent 2f89c57 commit 1c8a448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • CircuitPython_Chiptune_Player

CircuitPython_Chiptune_Player/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# touch screen buttons
6464
OUTLINE = 0xFF00FF
6565
LABEL_COLOR = 0x000000
66-
# pylint: disable=too-many-positional-arguments, global-statement, too-many-branches
66+
# pylint: disable=global-statement, too-many-branches
6767
def make_button(action, x, y, w, h, label, fill, label_color=LABEL_COLOR):
6868
"""Build a Button and tag it with the action it triggers."""
6969
b = Button(

0 commit comments

Comments
 (0)