@@ -275,7 +275,10 @@ def test_linode_rebuild(test_linode_client):
275275 label = get_test_label () + "_rebuild"
276276
277277 linode = client .linode .instance_create (
278- "g6-nanode-1" , region , image = "linode/debian12" , label = label ,
278+ "g6-nanode-1" ,
279+ region ,
280+ image = "linode/debian12" ,
281+ label = label ,
279282 root_pass = "aComplex@Password123" ,
280283 )
281284
@@ -921,9 +924,7 @@ def test_create_vpc(
921924 test_linode_client ,
922925 linode_and_vpc_for_legacy_interface_tests_offline ,
923926 ):
924- vpc , subnet , linode = (
925- linode_and_vpc_for_legacy_interface_tests_offline
926- )
927+ vpc , subnet , linode = linode_and_vpc_for_legacy_interface_tests_offline
927928
928929 config : Config = linode .configs [0 ]
929930
@@ -1031,9 +1032,7 @@ def test_update_vpc(
10311032 self ,
10321033 linode_and_vpc_for_legacy_interface_tests_offline ,
10331034 ):
1034- vpc , subnet , linode = (
1035- linode_and_vpc_for_legacy_interface_tests_offline
1036- )
1035+ vpc , subnet , linode = linode_and_vpc_for_legacy_interface_tests_offline
10371036
10381037 config : Config = linode .configs [0 ]
10391038
0 commit comments