Skip to content

Commit 4b0f363

Browse files
committed
Linter fixes
1 parent dad4334 commit 4b0f363

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

0 commit comments

Comments
 (0)