Skip to content

Commit f28059d

Browse files
committed
Linter fix
1 parent 298a0f1 commit f28059d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/integration/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,7 @@ def test_monitor_client(get_monitor_token_for_db_entities):
734734
def create_reserved_ip(test_linode_client):
735735
client = test_linode_client
736736
region = get_region(
737-
client,
738-
{"Linodes", "Cloud Firewall", "Nodebalancers"},
739-
site_type="core"
737+
client, {"Linodes", "Cloud Firewall", "Nodebalancers"}, site_type="core"
740738
)
741739
reserved_ip = client.networking.reserved_ip_create(
742740
region=region, tags=["test"]

0 commit comments

Comments
 (0)