We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93da2 commit cbb71bbCopy full SHA for cbb71bb
1 file changed
example/example.py
@@ -202,12 +202,6 @@ async def main():
202
203
await showcase_batch_item_operations(client, vault_id)
204
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
211
async def showcase_vault_operations(client: Client):
212
# [developer-docs.sdk.python.create-vault]-start
213
# Create Vault
0 commit comments