Skip to content

Commit

Permalink
Merge pull request #16 from jepler/remove-bad-whitespace-directive
Browse files Browse the repository at this point in the history
remove bad-whitespace pylint directive
  • Loading branch information
dhalbert committed Aug 23, 2020
2 parents 359167f + f17660a commit e969d40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adafruit_fxas21002c.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@


# Internal constants and register values:
# pylint: disable=bad-whitespace
_FXAS21002C_ADDRESS = const(0x21) # 0100001
_FXAS21002C_ID = const(0xD7) # 1101 0111
_GYRO_REGISTER_STATUS = const(0x00)
Expand All @@ -84,7 +83,6 @@
GYRO_RANGE_500DPS = 500
GYRO_RANGE_1000DPS = 1000
GYRO_RANGE_2000DPS = 2000
# pylint: enable=bad-whitespace


class FXAS21002C:
Expand Down

0 comments on commit e969d40

Please sign in to comment.