Skip to content

Commit 5a4f056

Browse files
committed
chore: format
1 parent a0d78eb commit 5a4f056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def test_invoker_with_no_element_throws():
206206
params.BoolParam("USE_VPC").equals(True).then("my-vpc", ""),
207207
],
208208
)
209-
210209
def test_vpc_connector_accepts_expression(vpc_connector_expr):
211210
https_options = options.HttpsOptions(vpc_connector=vpc_connector_expr)
212211
https_options_dict = https_options._asdict_with_global_options()

0 commit comments

Comments
 (0)