Skip to content

Commit 623edf8

Browse files
formatting changes made by black
1 parent 148a5d3 commit 623edf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_adxl34x.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535

3636
try:
3737
from typing import Tuple, Dict
38+
3839
# This is only needed for typing
39-
import busio # pylint: disable=unused-import
40+
import busio # pylint: disable=unused-import
4041
except ImportError:
4142
pass
4243

0 commit comments

Comments
 (0)