Skip to content

Commit 010ff02

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent cc758bf commit 010ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

findmy/scanner/scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def is_from(self, other_device: HasPublicKey | RollingKeyPairSource) -> bool:
164164
self.detected_at + timedelta(hours=1),
165165
)
166166
return any(self.is_from(key) for key in potential_keys)
167-
167+
168168
msg = f"Cannot compare against {type(other_device)}"
169169
raise ValueError(msg)
170170

0 commit comments

Comments
 (0)