We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a5cad commit d0b0698Copy full SHA for d0b0698
src/viam/app/data_client.py
@@ -159,10 +159,10 @@ class TabularDataPoint:
159
"""The resource name"""
160
161
resource_api: str
162
- """The resource API. Ex: `rdk:component:sensor`"""
+ """The resource API. Ex: rdk:component:sensor"""
163
164
method_name: str
165
- """The method used for data capture. Ex: `Readings`"""
+ """The method used for data capture. Ex: Readings"""
166
167
time_captured: datetime
168
"""The time at which the data point was captured"""
0 commit comments