feat: Add type ignore comments for imports in multiple scripts

This commit is contained in:
2025-11-08 18:38:11 -05:00
parent b712c19740
commit 99d92a6e90
4 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
import time
import time # type: ignore
class ScheduleMonitor:
"""Monitor that checks and applies temperature schedules."""