We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1ba7c commit a49f506Copy full SHA for a49f506
docs/source/dependencies/example.py
@@ -1,7 +1,7 @@
1
import labthings_fastapi as lt
2
from labthings_fastapi.example_things import MyThing
3
4
-MyThingDep = lt.direct_thing_client_dependency(MyThing, "/mything/")
+MyThingDep = lt.deps.direct_thing_client_dependency(MyThing, "/mything/")
5
6
7
class TestThing(lt.Thing):
0 commit comments