Skip to content

Commit

Permalink
"Reformatted per new black version"
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 29, 2022
1 parent 14e82a7 commit 10b7709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_miniesptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def sync(self):

@staticmethod
def checksum(data, state=ESP_CHECKSUM_MAGIC):
""" Calculate checksum of a blob, as it is defined by the ROM """
"""Calculate checksum of a blob, as it is defined by the ROM"""
for b in data:
state ^= b
return state
Expand Down

0 comments on commit 10b7709

Please sign in to comment.