Skip to content

Commit a49f506

Browse files
committed
Fix typo in example code
1 parent fc1ba7c commit a49f506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dependencies/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import labthings_fastapi as lt
22
from labthings_fastapi.example_things import MyThing
33

4-
MyThingDep = lt.direct_thing_client_dependency(MyThing, "/mything/")
4+
MyThingDep = lt.deps.direct_thing_client_dependency(MyThing, "/mything/")
55

66

77
class TestThing(lt.Thing):

0 commit comments

Comments
 (0)