Skip to content

Commit 2912619

Browse files
committed
Blacken tests/functional/vpc.py
1 parent 1d24537 commit 2912619

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/functional/vpc.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def test_deploy_subnets(self):
6060
self.compose_expressions([CFG_SUBNET])
6161
self.depl.deploy(plan_only=True)
6262
self.depl.deploy()
63-
subnet_resource = self.depl.get_typed_resource("subnet-test", "vpc-subnet", vpc.VPCSubnetState)
63+
subnet_resource = self.depl.get_typed_resource(
64+
"subnet-test", "vpc-subnet", vpc.VPCSubnetState
65+
)
6466
subnet = subnet_resource.get_client().describe_subnets(
6567
SubnetIds=[subnet_resource._state["subnetId"]]
6668
)

0 commit comments

Comments
 (0)