From 578522dfcff00ba6e5e61165de75f8cb2c22e5f7 Mon Sep 17 00:00:00 2001 From: Danilo Cadeddu Date: Mon, 22 Aug 2022 07:41:32 +0200 Subject: [PATCH] Fix unused import --- Code/Python_Code/03.1.1_LightWater/LightWater2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Python_Code/03.1.1_LightWater/LightWater2.py b/Code/Python_Code/03.1.1_LightWater/LightWater2.py index 7df1d38..fcd9640 100644 --- a/Code/Python_Code/03.1.1_LightWater/LightWater2.py +++ b/Code/Python_Code/03.1.1_LightWater/LightWater2.py @@ -7,7 +7,6 @@ ######################################################################## from gpiozero import LEDBoard from time import sleep -from signal import pause print ('Program is starting ... ')