Skip to content

Commit a77f0f9

Browse files
committed
"Reformatted per new black version"
1 parent 788bfb0 commit a77f0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_focaltouch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __init__(self, i2c, address=_FT_DEFAULT_I2C_ADDR, debug=False, irq_pin=None)
112112

113113
@property
114114
def touched(self) -> int:
115-
""" Returns the number of touches currently detected """
115+
"""Returns the number of touches currently detected"""
116116
return self._read(_FT_REG_NUMTOUCHES, 1, irq_pin=self._irq_pin)[0]
117117

118118
# pylint: disable=unused-variable

0 commit comments

Comments
 (0)