Skip to content

Commit b1089c3

Browse files
committed
chore: fix formatting
1 parent 4eb5e9e commit b1089c3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/firebase_functions/options.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,7 @@ def convert_secret(secret) -> _manifest.SecretEnvironmentVariable:
480480
)
481481
if network_interface_dict.get("tags") is not None:
482482
network_interface_spec["tags"] = _typing.cast(
483-
str
484-
| list[str]
485-
| Expression[str]
486-
| Expression[list]
487-
| _util.Sentinel,
483+
str | list[str] | Expression[str] | Expression[list] | _util.Sentinel,
488484
network_interface_dict["tags"],
489485
)
490486
vpc["networkInterfaces"] = [network_interface_spec]

0 commit comments

Comments
 (0)