Skip to content

Commit b6cff8d

Browse files
committed
Linter fixes
1 parent a9693c5 commit b6cff8d

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
@pytest.fixture
735735
def create_reserved_ip(test_linode_client):
736736
client = test_linode_client
737-
region = get_region(
738-
client, {"Linodes", "Cloud Firewall"}, site_type="core"
739-
)
737+
region = get_region(client, {"Linodes", "Cloud Firewall"}, site_type="core")
740738
reserved_ip = client.networking.reserved_ip_create(
741739
region=region, tags=["test"]
742740
)

0 commit comments

Comments
 (0)