fix: Add type ignore comments for imports in multiple scripts to improve compatibility
This commit is contained in:
@@ -2,8 +2,6 @@ import socket
|
||||
import time # type: ignore
|
||||
import json
|
||||
import scripts.discord_webhook as discord_webhook
|
||||
import os
|
||||
|
||||
|
||||
class TempWebServer:
|
||||
"""Simple web server for viewing temperatures and adjusting settings."""
|
||||
|
||||
Reference in New Issue
Block a user