Skip to content

Commit 141c18b

Browse files
committed
make format
1 parent b0777da commit 141c18b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/groups/lock_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ def test_list_locks(self):
2020
self.assertEqual(locks[0].entity.id, 123)
2121
self.assertEqual(locks[0].entity.type, "linode")
2222
self.assertEqual(locks[1].id, 2)
23-
self.assertEqual(locks[1].lock_type, LockType.cannot_delete_with_subresources)
23+
self.assertEqual(
24+
locks[1].lock_type, LockType.cannot_delete_with_subresources
25+
)
2426
self.assertEqual(locks[1].entity.id, 456)
2527

2628
def test_create_lock(self):

0 commit comments

Comments
 (0)