Skip to content

Commit 1ca5aff

Browse files
committed
"Reformatted per new black version"
1 parent 3d0c332 commit 1ca5aff

4 files changed

+4
-4
lines changed

Diff for: examples/avrprog_program_mega2560.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
def error(err):
38-
""" Helper to print out errors for us and then halt """
38+
"""Helper to print out errors for us and then halt"""
3939
print("ERROR: " + err)
4040
avrprog.end()
4141
while True:

Diff for: examples/avrprog_program_tiny13a.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
def error(err):
28-
""" Helper to print out errors for us and then halt """
28+
"""Helper to print out errors for us and then halt"""
2929
print("ERROR: " + err)
3030
avrprog.end()
3131
while True:

Diff for: examples/avrprog_program_trinket85.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
def error(err):
28-
""" Helper to print out errors for us and then halt """
28+
"""Helper to print out errors for us and then halt"""
2929
print("ERROR: " + err)
3030
avrprog.end()
3131
while True:

Diff for: examples/avrprog_program_uno328.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
def error(err):
34-
""" Helper to print out errors for us and then halt """
34+
"""Helper to print out errors for us and then halt"""
3535
print("ERROR: " + err)
3636
avrprog.end()
3737
while True:

0 commit comments

Comments
 (0)