Skip to content

Commit 1f9d469

Browse files
authored
Fix formatting for docs (#488)
1 parent 2057a27 commit 1f9d469

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/viam/app/app_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ async def get_organization(self, org_id: Optional[str] = None) -> Organization:
462462
463463
Args:
464464
org_id (Optional[str]): ID of the organization to query. If None, defaults to the
465-
currently-authed org.
465+
currently-authed org.
466466
467467
Raises:
468468
GRPCError: If the provided org_id is invalid, or not currently authed to.
@@ -548,8 +548,8 @@ async def create_organization_invite(self, email: str, authorizations: Optional[
548548
Args:
549549
email (str): The email address to send the invite to.
550550
authorizations (Optional[List[viam.proto.app.Authorization]]): Specifications of the
551-
authorizations to include in the invite. If not provided, full owner permissions will
552-
be granted.
551+
authorizations to include in the invite. If not provided, full owner permissions will
552+
be granted.
553553
554554
Raises:
555555
GRPCError: if an invalid email is provided, or if the user is already a member of the org.
@@ -1269,7 +1269,7 @@ async def list_authorizations(self, resource_ids: Optional[List[str]] = None) ->
12691269
12701270
Args:
12711271
resource_ids (Optional[List[str]]): IDs of the resources to retrieve authorizations from.
1272-
If None, defaults to all resources.
1272+
If None, defaults to all resources.
12731273
12741274
Raises:
12751275
GRPCError: If an invalid resource ID is passed.
@@ -1287,7 +1287,7 @@ async def check_permissions(self, permissions: [List[AuthorizedPermissions]]) ->
12871287
12881288
Args:
12891289
permissions (List[viam.proto.app.AuthorizedPermissions]): the permissions to validate
1290-
(e.g., "read_organization", "control_robot")
1290+
(e.g., "read_organization", "control_robot")
12911291
12921292
Raises:
12931293
GRPCError: If the list of permissions to validate is empty.
@@ -1408,7 +1408,7 @@ async def create_key(self, authorizations: List[APIKeyAuthorization], name: Opti
14081408
14091409
Args:
14101410
authorizations (List[viam.proto.app.Authorization]): A list of authorizations to associate
1411-
with the key.
1411+
with the key.
14121412
name (Optional[str]): A name for the key. If None, defaults to the current timestamp.
14131413
14141414
Raises:

0 commit comments

Comments
 (0)