Skip to content

Commit 98fa4f7

Browse files
code reformatting by black
1 parent 5b55b7e commit 98fa4f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

adafruit_amg88xx.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@
3232

3333
try:
3434
from typing import List
35+
3536
# These are only needed for typing
3637
import busio # pylint: disable=unused-import
37-
from adafruit_register.i2c_bits import RWBits # pylint: disable=unused-import,line-too-long
38-
from adafruit_register.i2c_bit import RWBit # pylint: disable=unused-import,line-too-long
38+
from adafruit_register.i2c_bits import (
39+
RWBits,
40+
) # pylint: disable=unused-import,line-too-long
41+
from adafruit_register.i2c_bit import (
42+
RWBit,
43+
) # pylint: disable=unused-import,line-too-long
3944
except ImportError:
4045
pass
4146

0 commit comments

Comments
 (0)