Skip to content

Commit f1a5cad

Browse files
authored
Fix typo in data client (#839)
1 parent 9371098 commit f1a5cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ async def tabular_data_by_mql(
364364
Args:
365365
organization_id (str): The ID of the organization that owns the data.
366366
You can obtain your organization ID from the Viam app's organization settings page.
367-
query (Union[List[bytes], List[Dict[str, Any]]]): "The MQL query to run, as a list of MongoDB aggregation pipeline stages.
367+
query (Union[List[bytes], List[Dict[str, Any]]]): The MQL query to run, as a list of MongoDB aggregation pipeline stages.
368368
Note: Each stage can be provided as either a dictionary or raw BSON bytes, but support for bytes will be removed in the future,
369369
so using a dictionary is preferred.
370370

0 commit comments

Comments
 (0)