Skip to content

Commit a730c14

Browse files
committed
Run pre-commit
1 parent 7b7be9e commit a730c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_apds9960/apds9960.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
_BIT_POS_GCONF2_GGAIN = const(5)
127127
_BIT_MASK_GCONF2_GGAIN = const(0x60)
128128

129+
129130
# pylint: disable-msg=too-many-instance-attributes
130131
class APDS9960:
131132
"""
@@ -174,7 +175,6 @@ def __init__(
174175
reset: bool = True,
175176
set_defaults: bool = True
176177
):
177-
178178
self.rotation = rotation
179179

180180
self.buf129 = None # Gesture FIFO buffer, only instantiated if needed

0 commit comments

Comments
 (0)