Skip to content

Commit cbb71bb

Browse files
committed
removed group funcs from service account example
1 parent fc93da2 commit cbb71bb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

example/example.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ async def main():
202202

203203
await showcase_batch_item_operations(client, vault_id)
204204

205-
group_id = os.environ.get("OP_GROUP_ID")
206-
if group_id is None:
207-
raise Exception("OP_GROUP_ID is required")
208-
209-
await showcase_group_permission_operations(client, vault_id, group_id)
210-
211205
async def showcase_vault_operations(client: Client):
212206
# [developer-docs.sdk.python.create-vault]-start
213207
# Create Vault

0 commit comments

Comments
 (0)