Skip to content

Commit dccf296

Browse files
committed
remove pylint disable
1 parent 60c998c commit dccf296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mpl3115a2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import ustruct as struct
3636
except ImportError:
3737
import struct
38-
# pylint: disable=useless-import-alias
38+
3939
import adafruit_bus_device.i2c_device as i2c_device
4040

4141

0 commit comments

Comments
 (0)