Skip to content

Commit 4b2aa57

Browse files
committed
Remove unused var in test
1 parent 141c18b commit 4b2aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/groups/lock_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_create_lock_with_subresources(self):
5151
Tests that a lock with subresources can be created
5252
"""
5353
with self.mock_post("/locks/1") as m:
54-
lock = self.client.locks.create(
54+
self.client.locks.create(
5555
entity_type="linode",
5656
entity_id=456,
5757
lock_type=LockType.cannot_delete_with_subresources,

0 commit comments

Comments
 (0)