File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
libs/labelbox/src/labelbox/schema Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -422,12 +422,3 @@ def get_members(
422
422
yield Member (client = self .client , ** member )
423
423
424
424
previous_batch += batch_size
425
-
426
-
427
- if __name__ == "__main__" :
428
- api_key = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJjbG9vcmRpaGUwMDkyMDcza2Nvcm5jajdnIiwib3JnYW5pemF0aW9uSWQiOiJjbG9vcmRpZ3cwMDkxMDcza2M2cG9oeWFiIiwiYXBpS2V5SWQiOiJjbTIzbDEyZncwYjN2MDd4ZDlqNmthMTBjIiwic2VjcmV0IjoiZWNlZTQ1YzQ1YmU1NTlkOGNkNDgxOTJkMDgxZGIyYjMiLCJpYXQiOjE3Mjg1ODE4OTUsImV4cCI6MjM1OTczMzg5NX0.xm3Yvg0Zub0HKJzSFf66iClaAvBxJpTBo4dxiruW7SA"
429
- client = Client (api_key )
430
- client .enable_experimental = True
431
- member = Member (client = client )
432
- print (member )
433
- print (member .delete ())
You can’t perform that action at this time.
0 commit comments