Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'refs/heads/main' into pantheraleo-7/main
# Conflicts:
#	adafruit_fingerprint.py
  • Loading branch information
FoamyGuy committed May 28, 2025
commit a54e69597ac6abe85bfe8e8903ff4ff9f6ae6d6b
2 changes: 1 addition & 1 deletion adafruit_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"""

try:
from typing import Tuple, List, Union
from typing import List, Tuple, Union
from serial import Serial
except ImportError:
pass
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.