Skip to content

Commit 4dc77fb

Browse files
committed
Actual Black formatting
This fixes the one I missed.
1 parent 4b54d7b commit 4dc77fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vc0706_snapshot_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# You MUST keep the buffer size under 100!
6464
print("Writing image: {}".format(IMAGE_FILE), end="", flush=True)
6565
stamp = time.monotonic()
66-
#Pylint doesn't like the wcount variable being lowercase, but uppercase makes less sense
66+
# Pylint doesn't like the wcount variable being lowercase, but uppercase makes less sense
6767
# pylint: disable=invalid-name
6868
with open(IMAGE_FILE, "wb") as outfile:
6969
wcount = 0

0 commit comments

Comments
 (0)