Skip to content

Commit 2e328be

Browse files
Bumping version to v0.2.15 [skip ci]
1 parent 0fe4603 commit 2e328be

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "viam-sdk"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
description = "Viam Robotics Python SDK"
55
authors = [ "Naveed <[email protected]>" ]
66
license = "Apache-2.0"

src/viam/components/board/board.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,7 @@ async def model_attributes(self) -> Attributes:
253253
...
254254

255255
@abc.abstractmethod
256-
async def set_power_mode(
257-
self,
258-
mode: PowerMode,
259-
duration: Optional[timedelta] = None,
260-
*,
261-
timeout: Optional[float] = None,
262-
**kwargs
263-
):
256+
async def set_power_mode(self, mode: PowerMode, duration: Optional[timedelta] = None, *, timeout: Optional[float] = None, **kwargs):
264257
"""
265258
Set the board to the indicated power mode.
266259

0 commit comments

Comments
 (0)