Skip to content

Commit 93b4ca8

Browse files
committed
"Reformatted per new black version"
1 parent 8b0498f commit 93b4ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tsc2007.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def touched(self) -> bool:
9999

100100
@property
101101
def touch(self) -> dict:
102-
""" Returns the current touch point"""
102+
"""Returns the current touch point"""
103103
x = self.command(TSC2007_MEASURE_X, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)
104104
y = self.command(TSC2007_MEASURE_Y, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)
105105
z = self.command(TSC2007_MEASURE_Z1, TSC2007_ADON_IRQOFF, TSC2007_ADC_12BIT)

0 commit comments

Comments
 (0)