Skip to content

Commit 52c4cfd

Browse files
restyled-commitsvatsalghelani-csa
authored andcommitted
Restyled by autopep8
1 parent 6b44ee9 commit 52c4cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_OCC_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def test_TC_OCC_2_2(self):
125125
(occupancy_sensor_type_bitmap_dut & sensor_bit) != 0,
126126
(feature_map & feature_bit) != 0,
127127
f"Feature bit and sensor bitmap must be equal for {
128-
name} (BITMAP: 0x{occupancy_sensor_type_bitmap_dut:02X}, FEATUREMAP: 0x{feature_map:02X})"
128+
name}(BITMAP: 0x{occupancy_sensor_type_bitmap_dut: 02X}, FEATUREMAP: 0x{feature_map: 02X})"
129129
)
130130

131131

0 commit comments

Comments
 (0)