Fix simulated imports

This commit is contained in:
Joe Knapper 2026-02-11 10:26:04 +00:00
parent 676d34842a
commit 16458db85b
2 changed files with 5 additions and 7 deletions

View file

@ -341,7 +341,6 @@ class SimulatedCamera(BaseCamera):
return pl_img.resize((self.shape[1], self.shape[0]), Image.Resampling.BILINEAR)
def set_led(self, led_on: bool = True) -> None:
def set_led(self, led_on: bool = True, led_channel: str = None) -> None: # noqa: ARG002
"""Set the simulated LED to on or off."""
if led_on:
self.mult = 1