Skip to content

Commit 279049c

Browse files
change comment
1 parent 44b6880 commit 279049c

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
@@ -293,7 +293,7 @@ async def tabular_data_by_mql(
293293
organization_id (str): The ID of the organization that owns the data.
294294
You can obtain your organization ID from the Viam app's organization settings page.
295295
mql_query (Union[List[bytes], Dict[str, Union[ValueTypes, datetime]]]): The MQL query to run as a list of BSON queries.
296-
Note: Use a dictionary for `mql_query` as support for bytes will be removed in the future.
296+
Note: Support for bytes will be removed in the future, so using a dictionary is preferred.
297297
298298
Returns:
299299
List[Dict[str, Union[ValueTypes, datetime]]]: An array of decoded BSON data objects.

0 commit comments

Comments
 (0)