Skip to content

Commit d7cf679

Browse files
committed
Clean up
1 parent 49cfdff commit d7cf679

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/integration/nodebalancers/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def nodebalancer_w_config_and_node(linode_cloud_firewall):
101101
config_id,
102102
"--format",
103103
"id",
104-
]
104+
]
105105
)
106106

107107
yield nodebalancer_id, config_id, node_id, node_ip
@@ -285,7 +285,7 @@ def nodebalancer_with_udp_config_and_node(linode_cloud_firewall):
285285
"--no-headers",
286286
"--format",
287287
"id",
288-
]
288+
]
289289
)
290290

291291
yield nodebalancer_id, config_id, node_id, node_ip

tests/integration/nodebalancers/test_node_balancers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
exec_test_command,
1313
)
1414

15-
1615
# Lists of valid regions where NodeBalancers of type "premium" or "premium_40gb" can be created
1716
PREMIUM_REGIONS = [
1817
"nl-ams",

0 commit comments

Comments
 (0)