Skip to content

Commit fe05f51

Browse files
Charly-sketchnedseb
authored andcommitted
wsen-pads: Fix ruff new line.
1 parent 010072a commit fe05f51

7 files changed

Lines changed: 4 additions & 7 deletions

File tree

lib/wsen-pads/exemples/basic_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
print("P:", pressure_hpa, "hPa T:", temperature_c, "°C")
2222

23-
sleep(0.5)
23+
sleep(0.5)

lib/wsen-pads/exemples/continuous_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
print("P:", pressure, "hPa T:", temperature, "°C")
1717

18-
sleep(0.5)
18+
sleep(0.5)

lib/wsen-pads/exemples/one_shot_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
print("P:", pressure, "hPa T:", temperature, "°C")
1313

1414
sleep(0.5)
15-

lib/wsen-pads/exemples/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ def main():
293293
print("Some tests failed.")
294294

295295

296-
main()
296+
main()

lib/wsen-pads/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
version="0.0.1",
44
)
55

6-
package("wsen-pads")
6+
package("wsen-pads")

lib/wsen-pads/wsen_pads/device.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,3 @@ def disable_low_pass(self):
386386
current = self._read_u8(REG_CTRL_1)
387387
current &= ~(CTRL1_EN_LPFP | CTRL1_LPFP_CFG)
388388
self._write_u8(REG_CTRL_1, current)
389-

lib/wsen-pads/wsen_pads/exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ class WSENPADSInvalidDevice(WSENPADSError):
1212

1313
class WSENPADSTimeout(WSENPADSError):
1414
"""Raised when a blocking operation exceeds the expected timeout."""
15-

0 commit comments

Comments
 (0)