Skip to content

Commit bef25ea

Browse files
committed
fix type
Signed-off-by: gruebel <anton.gruebel@gmail.com>
1 parent 4674988 commit bef25ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/custom_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import semver
88

99
JsonPrimitive: typing.TypeAlias = str | bool | float | int
10-
JsonLogicArg: typing.TypeAlias = JsonPrimitive, Sequence[JsonPrimitive]
10+
JsonLogicArg: typing.TypeAlias = JsonPrimitive | Sequence[JsonPrimitive]
1111

1212
logger = logging.getLogger("openfeature.contrib")
1313

0 commit comments

Comments
 (0)