Skip to content

Commit a6ddd00

Browse files
njoomabenjirewis
authored andcommitted
Fix an issue with the new Pillow update (#462)
1 parent 40045a2 commit a6ddd00

File tree

3 files changed

+239
-258
lines changed

3 files changed

+239
-258
lines changed

examples/server/v1/components.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ async def model_attributes(self) -> Board.Attributes:
338338
async def set_power_mode(self, **kwargs):
339339
raise NotImplementedError()
340340

341+
async def write_analog(self, pin: str, value: int, *, timeout: float | None = None, **kwargs):
342+
raise NotImplementedError()
343+
341344
async def get_geometries(self, extra: Optional[Dict[str, Any]] = None, **kwargs) -> List[Geometry]:
342345
return GEOMETRIES
343346

0 commit comments

Comments
 (0)