Skip to content

Commit bbf5112

Browse files
committed
fixed formatting to keep black happy
1 parent b190236 commit bbf5112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_apds9960/apds9960.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def proximity_gain(self) -> int:
389389
1, "2x", ""
390390
2, "4x", ""
391391
3, "8x", ""
392-
"""
392+
"""
393393
return self._get_bits(
394394
_APDS9960_CONTROL, _BIT_POS_CONTROL_PGAIN, _BIT_MASK_CONTROL_PGAIN
395395
)
@@ -438,7 +438,7 @@ def gesture_gain(self) -> int:
438438
1, "2x", ""
439439
2, "4x", "Driver Default"
440440
3, "8x", ""
441-
"""
441+
"""
442442
return self._get_bits(
443443
_APDS9960_GCONF2, _BIT_POS_GCONF2_GGAIN, _BIT_MASK_GCONF2_GGAIN
444444
)

0 commit comments

Comments
 (0)