Skip to content

Commit

Permalink
Remove unnecessary disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kattni committed Feb 16, 2022
1 parent f72c5e0 commit 850be54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_adxl34x.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from typing import Tuple, Dict

# This is only needed for typing
import busio # pylint: disable=unused-import
import busio
except ImportError:
pass

Expand Down

0 comments on commit 850be54

Please sign in to comment.