Skip to content

Commit c488cd1

Browse files
committed
Remove extraneous pylint: disable
1 parent dad1cf6 commit c488cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_adxl37x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from typing import Tuple, Optional
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)