remove trailing spaces

This commit is contained in:
Patrick
2025-08-09 11:47:35 +02:00
committed by GitHub
parent fe3646df27
commit 883aca753e

View File

@@ -285,7 +285,7 @@ class PowerViewBLE:
) )
except Exception as ex: except Exception as ex:
LOGGER.error("Error: %s - %s", type(ex).__name__, ex) LOGGER.error("Error: %s - %s", type(ex).__name__, ex)
raise raise
finally: finally:
await self.disconnect() await self.disconnect()
LOGGER.debug("%s device data: %s", self.name, data) LOGGER.debug("%s device data: %s", self.name, data)