Skip to content

Commit f26e29d

Browse files
committed
Update READMEs
1 parent 93350c1 commit f26e29d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you do **NOT** need communication over WebRTC (and thus, do not need the nati
5151

5252
## Configure a client application at [app.viam.com](https://app.viam.com)
5353

54-
Your client application does not directly interact with your hardware. Instead, your client application makes calls to the viam-server which can then issues commands to your hardware or read from sensors.
54+
Your client application does not directly interact with your hardware. Instead, your client application makes calls to the `viam-server` which can then issue commands to your hardware or read from sensors.
5555

5656
To create a client application, to navigate to [app.viam.com](https://app.viam.com). After you log in, perform these steps:
5757

@@ -105,6 +105,6 @@ The SDK provides a number of abstract base components. To add more abstract base
105105
6. Add the component to `examples.server.v1.components` and its corresponding concrete type in `examples.server.v1.server`
106106

107107
## License
108-
Copyright 2021-2022 Viam Inc.
108+
Copyright 2021-2023 Viam Inc.
109109

110110
Apache 2.0 - See [LICENSE](https://github.com/viamrobotics/viam-python-sdk/blob/main/LICENSE) file
File renamed without changes.

src/viam/components/generic/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# needs this import for Generic service description
2-
import viam.gen.component.generic.v1.generic_pb2
3-
from viam.resource.registry import ResourceRegistration, Registry
1+
import viam.gen.component.generic.v1.generic_pb2 # Need this import for Generic service descriptors to resolve
2+
from viam.resource.registry import Registry, ResourceRegistration
43

54
from .client import GenericClient
65
from .generic import Generic

0 commit comments

Comments
 (0)