Skip to content

Commit 6fb25d8

Browse files
committed
test change
1 parent 6bcb687 commit 6fb25d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wotpy/protocols/http/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ async def write_property(self, td, name: str, value, timeout: float = None):
222222

223223
await http_client.fetch(http_request)
224224

225-
async def read_property(self, td, name, timeout: float = None):
225+
async def read_property(self, td, name: str, timeout: float = None):
226226
"""Reads the value of a Property on a remote Thing.
227227
Returns a Future."""
228228

0 commit comments

Comments
 (0)