Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Sep 13, 2024
1 parent 369527f commit bb821a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viam/app/data_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async def tabular_data_by_sql(self, organization_id: str, sql_query: str) -> Lis
"""Obtain unified tabular data and metadata, queried with SQL.
::
data = await data_client.tabular_data_by_sql(
org_id="<YOUR-ORG-ID>",
sql_query="SELECT * FROM readings LIMIT 5"
Expand Down Expand Up @@ -476,7 +476,7 @@ async def delete_tabular_data(self, organization_id: str, delete_older_than_days
"""Delete tabular data older than a specified number of days.
::
tabular_data = await data_client.delete_tabular_data(
organization_id="<YOUR-ORG-ID>",
delete_older_than_days=150
Expand Down

0 comments on commit bb821a6

Please sign in to comment.