Skip to content

Commit 38c5052

Browse files
author
James Souter
committed
Use T as value type hint in AttributeIO
1 parent 9de949c commit 38c5052

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/fastcs/attribute_io.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ async def update(
1818
raise NotImplementedError()
1919

2020
async def send(
21-
self,
22-
attr: AttrRW[T, AttributeIORefT],
23-
ref: AttributeIORefT,
24-
value, # TODO, type this
21+
self, attr: AttrRW[T, AttributeIORefT], ref: AttributeIORefT, value: T
2522
) -> None:
2623
raise NotImplementedError()
2724

0 commit comments

Comments
 (0)