Skip to content

Commit 4a934a9

Browse files
More Black corrections...
1 parent a5897ea commit 4a934a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fingerprint_template_file_compare.py

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def fingerprint_check_file():
8080
print("Other error!")
8181
return False
8282

83+
8384
# pylint: disable=too-many-statements
8485
def enroll_save_to_file():
8586
"""Take a 2 finger images and template it, then store it in a file"""
@@ -152,6 +153,7 @@ def enroll_save_to_file():
152153

153154
return True
154155

156+
155157
# pylint: disable=broad-except
156158
def set_led_local(color=1, mode=3, speed=0x80, cycles=0):
157159
"""this is to make sure LED doesn't interfer with example

0 commit comments

Comments
 (0)