remove trailing spaces
This commit is contained in:
@@ -285,7 +285,7 @@ class PowerViewBLE:
|
||||
)
|
||||
except Exception as ex:
|
||||
LOGGER.error("Error: %s - %s", type(ex).__name__, ex)
|
||||
raise
|
||||
raise
|
||||
finally:
|
||||
await self.disconnect()
|
||||
LOGGER.debug("%s device data: %s", self.name, data)
|
||||
|
||||
Reference in New Issue
Block a user