We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb5e9e commit b1089c3Copy full SHA for b1089c3
1 file changed
src/firebase_functions/options.py
@@ -480,11 +480,7 @@ def convert_secret(secret) -> _manifest.SecretEnvironmentVariable:
480
)
481
if network_interface_dict.get("tags") is not None:
482
network_interface_spec["tags"] = _typing.cast(
483
- str
484
- | list[str]
485
- | Expression[str]
486
- | Expression[list]
487
- | _util.Sentinel,
+ str | list[str] | Expression[str] | Expression[list] | _util.Sentinel,
488
network_interface_dict["tags"],
489
490
vpc["networkInterfaces"] = [network_interface_spec]
0 commit comments