Skip to content

Commit 4029721

Browse files
committed
Fix lint
1 parent f61e19c commit 4029721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcloud/test/compute/test_openstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ def test_ex_attach_floating_ip_to_node(self):
25532553
node = self.driver.create_node(name="racktest", image=image, size=size)
25542554
node.id = 4242
25552555
ip = "42.42.42.42"
2556-
port_id = 'ce531f90-199f-48c0-816c-13e38010b442'
2556+
port_id = "ce531f90-199f-48c0-816c-13e38010b442"
25572557

25582558
self.assertTrue(self.driver.ex_attach_floating_ip_to_node(node, ip, port_id))
25592559

0 commit comments

Comments
 (0)