From b999b5c1e6eec68745accb443980c1f1104997e3 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Mon, 30 May 2022 17:04:10 +0100 Subject: [PATCH] Linting businessbot.py --- .../examples/breakout_vl53l5cx/businessbot/businessbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py b/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py index 128b277a..8c5dc58a 100644 --- a/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py +++ b/micropython/examples/breakout_vl53l5cx/businessbot/businessbot.py @@ -125,4 +125,4 @@ while True: right.speed(spd + (x * TURNING_SPEED)) else: left.coast() - right.coast() \ No newline at end of file + right.coast()