Skip to content

Commit fa0a959

Browse files
committed
chore: remove unused type
1 parent 2154a03 commit fa0a959

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/firebase_functions/private/manifest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@
3131

3232
ManifestParamBase = _params.Param | _params.SecretParam
3333

34-
ManifestParam = (
35-
_params.BoolParam
36-
| _params.IntParam
37-
| _params._FloatParam
38-
| _params.ListParam
39-
| _params.SecretParam
40-
| _params.StringParam
41-
)
42-
4334
SpecValue: _typing.TypeAlias = (
4435
str | int | float | bool | _util.Sentinel | list["SpecValue"] | dict[str, "SpecValue"] | None
4536
)

0 commit comments

Comments
 (0)