fix: Add type ignore comments for imports in multiple scripts to improve compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from machine import Pin
|
||||
import time
|
||||
from machine import Pin # type: ignore
|
||||
import time # type: ignore
|
||||
|
||||
class HeaterController:
|
||||
"""Control heater via opto-coupler relay."""
|
||||
|
||||
Reference in New Issue
Block a user