Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 7b7be9e commit a730c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_apds9960/apds9960.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
_BIT_POS_GCONF2_GGAIN = const(5)
_BIT_MASK_GCONF2_GGAIN = const(0x60)


# pylint: disable-msg=too-many-instance-attributes
class APDS9960:
"""
Expand Down Expand Up @@ -174,7 +175,6 @@ def __init__(
reset: bool = True,
set_defaults: bool = True
):

self.rotation = rotation

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

0 comments on commit a730c14

Please sign in to comment.