Skip to content

Commit aa32c6e

Browse files
rightupCopilot
andauthored
Update src/pymc_core/hardware/sx1262_wrapper.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d354b7 commit aa32c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pymc_core/hardware/sx1262_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ def get_noise_floor(self) -> Optional[float]:
933933
"""
934934
if not self._initialized or self.lora is None:
935935
return None
936-
937936
try:
938937
raw_rssi = self.lora.getRssiInst()
939938
if raw_rssi is not None:

0 commit comments

Comments
 (0)