Skip to content

Commit 10b7709

Browse files
committed
"Reformatted per new black version"
1 parent 14e82a7 commit 10b7709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_miniesptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def sync(self):
458458

459459
@staticmethod
460460
def checksum(data, state=ESP_CHECKSUM_MAGIC):
461-
""" Calculate checksum of a blob, as it is defined by the ROM """
461+
"""Calculate checksum of a blob, as it is defined by the ROM"""
462462
for b in data:
463463
state ^= b
464464
return state

0 commit comments

Comments
 (0)