Skip to content

Commit ce3c119

Browse files
committed
Changed str in version to be an empty string
1 parent 2858717 commit ce3c119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_samples/rev_touch_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_part_number(self) -> str:
1212
def get_url(self) -> str:
1313
return "https://www.revrobotics.com/rev-31-1425/"
1414
def get_version(self) -> tuple[int, int, str]:
15-
return (1, 0, None)
15+
return (1, 0, "")
1616
def stop(self) -> None:
1717
pass
1818
def reset(self) -> None:

0 commit comments

Comments
 (0)