diff --git a/adafruit_mpu6050.py b/adafruit_mpu6050.py index 96f1258..1fb1750 100644 --- a/adafruit_mpu6050.py +++ b/adafruit_mpu6050.py @@ -55,7 +55,6 @@ from adafruit_register.i2c_bits import RWBits import adafruit_bus_device.i2c_device as i2c_device -# pylint: disable=bad-whitespace _MPU6050_DEFAULT_ADDRESS = 0x68 # MPU6050 default i2c address w/ AD0 low _MPU6050_DEVICE_ID = 0x68 # The correct MPU6050_WHO_AM_I value @@ -78,7 +77,6 @@ _MPU6050_WHO_AM_I = 0x75 # Divice ID register STANDARD_GRAVITY = 9.80665 -# pylint: enable=bad-whitespace class Range: # pylint: disable=too-few-public-methods