Skip to content

Commit 7fc8625

Browse files
committed
Lint
1 parent 5e8b820 commit 7fc8625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_pioasm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
def assemble(text_program):
3030
"""Converts pioasm text to encoded instruction bytes"""
31+
# pylint: disable=too-many-branches,too-many-statements
3132
assembled = []
3233
program_name = None
3334
labels = {}

0 commit comments

Comments
 (0)