Fix simulated imports
This commit is contained in:
parent
676d34842a
commit
16458db85b
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue