Commit c4a9eade authored by Antonio Caceres's avatar Antonio Caceres
Browse files

Add pyright ignore comments to interact.py.

parent b556af7a
Showing with 3 additions and 3 deletions
+3 -3
from .abstract import LEDController, ProximitySensor, TouchSensor
from .pulse import run_simple_pulse
from .prox_pulse import run_prox_pulse
from .morse_engine import run_morse_engine
from .pulse import run_simple_pulse # pyright: ignore
from .prox_pulse import run_prox_pulse # pyright: ignore
from .morse_engine import run_morse_engine # pyright: ignore
def run(apds: ProximitySensor, pixels: LEDController, touch: TouchSensor):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment