Skip to content

Commit 418ab32

Browse files
committed
Remove unnecessary blank lines in test files for light and occupancy sensors
1 parent d2ad90c commit 418ab32

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/test_light_sensor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ def test_dict_to_light_sensor(light_sensor_dict: Dict, fake_client: FakeDirigera
7575
assert sensor.attributes.illuminance == light_sensor_dict["attributes"]["illuminance"]
7676
assert sensor.attributes.max_illuminance == light_sensor_dict["attributes"]["maxIlluminance"]
7777
assert sensor.attributes.min_illuminance == light_sensor_dict["attributes"]["minIlluminance"]
78-
79-

tests/test_occupancy_sensor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@ def test_dict_to_occupancy_sensor(
7676
== occupancy_sensor_dict["attributes"]["batteryPercentage"]
7777
)
7878
assert sensor.attributes.is_detected == occupancy_sensor_dict["attributes"]["isDetected"]
79-
80-

0 commit comments

Comments
 (0)