Skip to content

Commit cdbdeb3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc758cb commit cdbdeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pitop/pma/ultrasonic_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self,
2828

2929
if port_name in invalid_analog_ports:
3030
raise ValueError(f"Cannot use analog port {port_name} for ultrasonic sensor. Try A1, A3 or a digital port "
31-
f"such as D0")
31+
f"such as D0")
3232

3333
if port_name in valid_analog_ports:
3434
self.__ultrasonic_device = UltrasonicSensorMCU(port_name=port_name,

0 commit comments

Comments
 (0)