Skip to content

Commit 01af5bb

Browse files
Removed outdated TODO
Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
1 parent e5fbd4f commit 01af5bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/labthings_fastapi/client/in_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def init_proxy(self, request: Request, **dependencies: Mapping[str, Any]):
164164
dependencies: list[inspect.Parameter] = []
165165
for name, item in attributes(thing_class):
166166
if isinstance(item, ThingProperty):
167-
# TODO: What about properties that don't use descriptors? Fall back to http?
168167
add_property(client_attrs, name, item)
169168
elif isinstance(item, ActionDescriptor):
170169
if actions is None or name in actions:

0 commit comments

Comments
 (0)