Skip to content

Commit 86c7bad

Browse files
committed
Fix lint
1 parent 0b9f31e commit 86c7bad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/labelbox/tests/integration/test_api_keys.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,8 @@ def test_create_api_key_insufficient_permissions(client):
238238
user_email = client.get_user().email
239239

240240
if client.get_user().org_role().name == "Admin":
241-
242-
# Attempt to create another API key using the limited permissions client
243-
# This should fail due to insufficient permissions
241+
# Attempt to create another API key using the limited permissions client
242+
# This should fail due to insufficient permissions
244243
with pytest.raises(LabelboxError) as excinfo:
245244
client.create_api_key(
246245
name=f"Test Key {uuid.uuid4()}",

0 commit comments

Comments
 (0)