mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-20 07:54:17 +02:00
[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
committed by
GitHub
parent
cc758bfdbe
commit
010ff02ebf
@@ -164,7 +164,7 @@ class NearbyOfflineFindingDevice(OfflineFindingDevice):
|
|||||||
self.detected_at + timedelta(hours=1),
|
self.detected_at + timedelta(hours=1),
|
||||||
)
|
)
|
||||||
return any(self.is_from(key) for key in potential_keys)
|
return any(self.is_from(key) for key in potential_keys)
|
||||||
|
|
||||||
msg = f"Cannot compare against {type(other_device)}"
|
msg = f"Cannot compare against {type(other_device)}"
|
||||||
raise ValueError(msg)
|
raise ValueError(msg)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user