Skip to content

Commit 850be54

Browse files
committed
Remove unnecessary disable.
1 parent f72c5e0 commit 850be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_adxl34x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from typing import Tuple, Dict
3737

3838
# This is only needed for typing
39-
import busio # pylint: disable=unused-import
39+
import busio
4040
except ImportError:
4141
pass
4242

0 commit comments

Comments
 (0)