From cee9871ad84beb00ce6e906abe9a8b1ae9860dbd Mon Sep 17 00:00:00 2001 From: Jayatilaka Date: Sun, 16 Nov 2025 16:18:59 +0100 Subject: [PATCH] removed obsolete imports --- control_relay.py | 1 - fan_temp_sensor.py | 1 - 2 files changed, 2 deletions(-) diff --git a/control_relay.py b/control_relay.py index 420183c..f79f3a6 100644 --- a/control_relay.py +++ b/control_relay.py @@ -1,5 +1,4 @@ import RPi.GPIO as GPIO -import time import sys # Use BCM GPIO numbering diff --git a/fan_temp_sensor.py b/fan_temp_sensor.py index b2071a3..136b96e 100644 --- a/fan_temp_sensor.py +++ b/fan_temp_sensor.py @@ -1,4 +1,3 @@ -import os import glob import time import subprocess