Skip to content

Commit 6110522

Browse files
committed
Linter fix
1 parent 7aed747 commit 6110522

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
@@ -735,9 +735,7 @@ def test_monitor_client(get_monitor_token_for_db_entities):
735735
def create_reserved_ip(test_linode_client):
736736
client = test_linode_client
737737
region = get_region(
738-
client,
739-
{"Linodes", "Cloud Firewall", "Nodebalancers"},
740-
site_type="core"
738+
client, {"Linodes", "Cloud Firewall", "Nodebalancers"}, site_type="core"
741739
)
742740
reserved_ip = client.networking.reserved_ip_create(
743741
region=region, tags=["test"]

0 commit comments

Comments
 (0)