Skip to content

Commit 49eebcc

Browse files
committed
Reformatted per pre-commit
1 parent 1d02ace commit 49eebcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_amg88xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _twos_comp_to_float(val: int) -> float:
9494

9595
class AMG88XX:
9696
"""Driver for the AMG88xx GRID-Eye IR 8x8 thermal camera.
97-
97+
9898
:param ~busio.I2C i2c: The I2C bus object
9999
:param int address: The I2C address, default is 0x69
100100
"""

0 commit comments

Comments
 (0)