Skip to content

Commit e1924c2

Browse files
authored
add new constructor to ViamClient docstring (#1027)
1 parent c064a2f commit e1924c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viam/app/viam_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ class ViamClient:
2020
"""gRPC client for all communication and interaction with app.
2121
2222
`ViamClient` class for creating and managing specialized client instances.
23-
There is currently 1 way to instantiate a `ViamClient` object::
23+
There are currently 2 ways to instantiate a `ViamClient` object::
2424
2525
ViamClient.create_from_dial_options(...)
26+
ViamClient.create_from_env_vars()
2627
"""
2728

2829
@classmethod

0 commit comments

Comments
 (0)